#5AF372

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

Shades of Screamin' Green #5AF372

Tints of Screamin' Green #5AF372

Color information

#5AF372 (or 0x5AF372) is unknown color: approx Screamin' Green. HEX triplet: 5A, F3 and 72. RGB value is (90,243,114). Sum of RGB (Red+Green+Blue) = 90+243+114=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF372 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF372 is #A50C8D. Grayscale: #B6B6B6. Windows color (decimal): -10816654 or 7533402. OLE color: 7533402.

HSL color Cylindrical-coordinate representation of color #5AF372: hue angle of 129.41º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF372 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB90243114-
CMYK0.6300.530.05
HSL129.41º86.44%65.29%-
HSV(B)129.41º62.96%95.29%-
XYZ39.367.4926.87-
YUV182.5589.3161.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.13%
GREEN value IS 243 (95.31% from 255) = 54.36%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=20.13%
G=54.36%
B=25.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902431140.6300.530.05129.4186.4465.29
Hex5AF3723F0355815641
Octal132363162770655201126101
Binary101101011110011111001011111101101011011000000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AF372; }

 p { color: rgb(90,243,114); }

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

<style>
 a { background-color: #5AF372; }

 a { background-color: rgb(90,243,114); }

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

<style>
 span { border-color: #5AF372; }

 span { border-color: rgb(90,243,114); }

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