#4AFF88

Color #4AFF88 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #4AFF88

Tints of Screamin' Green #4AFF88

Color information

#4AFF88 (or 0x4AFF88) is unknown color: approx Screamin' Green. HEX triplet: 4A, FF and 88. RGB value is (74,255,136). Sum of RGB (Red+Green+Blue) = 74+255+136=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFF88 is #B50077. Grayscale: #BBBBBB. Windows color (decimal): -11862136 or 8978250. OLE color: 8978250.

HSL color Cylindrical-coordinate representation of color #4AFF88: hue angle of 140.55º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFF88 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB74255136-
CMYK0.7100.470
HSL140.55º100%64.51%-
HSV(B)140.55º70.98%100%-
XYZ43.0374.7535.45-
YUV187.3299.0347.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 15.91%
GREEN value IS 255 (100% from 255) = 54.84%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=15.91%
G=54.84%
B=29.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal742551360.7100.470140.5510064.51
Hex4AFF884702F08d6441
Octal1123772101070570215144101
Binary100101011111111100010001000111010111101000110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AFF88; }

 p { color: rgb(74,255,136); }

 H1.HeaderClassName
 {
   color: #4AFF88;
 }
 .AnyTagClassName
 {
   color: #4AFF88;
 }
</style>
background-color css

<style>
 a { background-color: #4AFF88; }

 a { background-color: rgb(74,255,136); }

 div.DivClassName
 {
   background-color: #4AFF88;
 }
 .BgClassName
 {
   background-color: #4AFF88;
 }
</style>
border-color css

<style>
 span { border-color: #4AFF88; }

 span { border-color: rgb(74,255,136); }

 td.TdClassName
 {
   border-color: #4AFF88;
 }
 .TagClassName
 {
   border-color: #4AFF88;
 }
</style>