#4AF258

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

Shades of Screamin' Green #4AF258

Tints of Screamin' Green #4AF258

Color information

#4AF258 (or 0x4AF258) is unknown color: approx Screamin' Green. HEX triplet: 4A, F2 and 58. RGB value is (74,242,88). Sum of RGB (Red+Green+Blue) = 74+242+88=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF258 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF258 is #B50DA7. Grayscale: #AEAEAE. Windows color (decimal): -11865512 or 5829194. OLE color: 5829194.

HSL color Cylindrical-coordinate representation of color #4AF258: hue angle of 125º 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 #4AF258 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB7424288-
CMYK0.6900.640.05
HSL125º86.6%61.96%-
HSV(B)125º69.42%94.9%-
XYZ36.3465.6619.99-
YUV174.2179.3456.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.32%
GREEN value IS 242 (94.92% from 255) = 59.90%
BLUE value IS 88 (34.77% from 255) = 21.78%
R=18.32%
G=59.90%
B=21.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74242880.6900.640.0512586.661.96
Hex4AF2584504057d573e
Octal1123621301050100517512776
Binary100101011110010101100010001010100000010111111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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