#4AFF60

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

Shades of Screamin' Green #4AFF60

Tints of Screamin' Green #4AFF60

Color information

#4AFF60 (or 0x4AFF60) is unknown color: approx Screamin' Green. HEX triplet: 4A, FF and 60. RGB value is (74,255,96). Sum of RGB (Red+Green+Blue) = 74+255+96=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFF60 is #B5009F. Grayscale: #B7B7B7. Windows color (decimal): -11862176 or 6356810. OLE color: 6356810.

HSL color Cylindrical-coordinate representation of color #4AFF60: hue angle of 127.29º 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 #4AFF60 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB7425596-
CMYK0.7100.620
HSL127.29º100%64.51%-
HSV(B)127.29º70.98%100%-
XYZ40.773.8223.17-
YUV182.7679.0350.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.41%
GREEN value IS 255 (100% from 255) = 60%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=17.41%
G=60%
B=22.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal74255960.7100.620127.2910064.51
Hex4AFF604703E07f6441
Octal1123771401070760177144101
Binary1001010111111111100000100011101111100111111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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