#5AF652

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

Shades of Screamin' Green #5AF652

Tints of Screamin' Green #5AF652

Color information

#5AF652 (or 0x5AF652) is unknown color: approx Screamin' Green. HEX triplet: 5A, F6 and 52. RGB value is (90,246,82). Sum of RGB (Red+Green+Blue) = 90+246+82=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF652 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF652 is #A509AD. Grayscale: #B5B5B5. Windows color (decimal): -10815918 or 5437018. OLE color: 5437018.

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

Color convert

RGB9024682-
CMYK0.6300.670.04
HSL117.07º90.11%64.31%-
HSV(B)117.07º66.67%96.47%-
XYZ38.768.6919.2-
YUV180.6672.3263.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.53%
GREEN value IS 246 (96.48% from 255) = 58.85%
BLUE value IS 82 (32.42% from 255) = 19.62%
R=21.53%
G=58.85%
B=19.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal90246820.6300.670.04117.0790.1164.31
Hex5AF6523F0434755a40
Octal1323661227701034165132100
Binary101101011110110101001011111101000011100111010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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