#5AF452

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

Shades of Screamin' Green #5AF452

Tints of Screamin' Green #5AF452

Color information

#5AF452 (or 0x5AF452) is unknown color: approx Screamin' Green. HEX triplet: 5A, F4 and 52. RGB value is (90,244,82). Sum of RGB (Red+Green+Blue) = 90+244+82=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 244 (95.70% from 255 or 58.65% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF452 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF452 is #A50BAD. Grayscale: #B3B3B3. Windows color (decimal): -10816430 or 5436506. OLE color: 5436506.

HSL color Cylindrical-coordinate representation of color #5AF452: hue angle of 117.04º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AF452 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB9024482-
CMYK0.6300.660.04
HSL117.04º88.04%63.92%-
HSV(B)117.04º66.39%95.69%-
XYZ38.0967.4819-
YUV179.4972.9864.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.63%
GREEN value IS 244 (95.70% from 255) = 58.65%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=21.63%
G=58.65%
B=19.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal90244820.6300.660.04117.0488.0463.92
Hex5AF4523F0424755840
Octal1323641227701024165130100
Binary101101011110100101001011111101000010100111010110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,244,82); }

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

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

 a { background-color: rgb(90,244,82); }

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

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

 span { border-color: rgb(90,244,82); }

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