#5AFC7C

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

Shades of Screamin' Green #5AFC7C

Tints of Screamin' Green #5AFC7C

Color information

#5AFC7C (or 0x5AFC7C) is unknown color: approx Screamin' Green. HEX triplet: 5A, FC and 7C. RGB value is (90,252,124). Sum of RGB (Red+Green+Blue) = 90+252+124=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFC7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFC7C is #A50383. Grayscale: #BDBDBD. Windows color (decimal): -10814340 or 8191066. OLE color: 8191066.

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

Color convert

RGB90252124-
CMYK0.6400.510.01
HSL132.59º96.43%67.06%-
HSV(B)132.59º64.29%98.82%-
XYZ42.6673.2530.96-
YUV188.9791.3357.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.31%
GREEN value IS 252 (98.83% from 255) = 54.08%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=19.31%
G=54.08%
B=26.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal902521240.6400.510.01132.5996.4367.06
Hex5AFC7C400331856043
Octal1323741741000631205140103
Binary10110101111110011111001000000011001111000010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,252,124); }

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

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

 a { background-color: rgb(90,252,124); }

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

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

 span { border-color: rgb(90,252,124); }

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