#4AF260

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

Shades of Screamin' Green #4AF260

Tints of Screamin' Green #4AF260

Color information

#4AF260 (or 0x4AF260) is unknown color: approx Screamin' Green. HEX triplet: 4A, F2 and 60. RGB value is (74,242,96). Sum of RGB (Red+Green+Blue) = 74+242+96=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF260 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF260 is #B50D9F. Grayscale: #AFAFAF. Windows color (decimal): -11865504 or 6353482. OLE color: 6353482.

HSL color Cylindrical-coordinate representation of color #4AF260: hue angle of 127.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF260 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB7424296-
CMYK0.6900.600.05
HSL127.86º86.6%61.96%-
HSV(B)127.86º69.42%94.9%-
XYZ36.6965.821.83-
YUV175.1283.3455.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.96%
GREEN value IS 242 (94.92% from 255) = 58.74%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=17.96%
G=58.74%
B=23.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74242960.6900.600.05127.8686.661.96
Hex4AF2604503C580573e
Octal112362140105074520012776
Binary100101011110010110000010001010111100101100000001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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