#5afa52

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

Shades of Screamin' Green #5AFA52

Tints of Screamin' Green #5AFA52

Color information

#5AFA52 (or 0x5AFA52) is unknown color: approx Screamin' Green. HEX triplet: 5A, FA and 52. RGB value is (90,250,82). Sum of RGB (Red+Green+Blue) = 90+250+82=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFA52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFA52 is #A505AD. Grayscale: #B7B7B7. Windows color (decimal): -10814894 or 5438042. OLE color: 5438042.

HSL color Cylindrical-coordinate representation of color #5AFA52: hue angle of 117.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AFA52 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB9025082-
CMYK0.6400.670.02
HSL117.14º94.38%65.1%-
HSV(B)117.14º67.2%98.04%-
XYZ39.9371.1519.61-
YUV183.0170.9961.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.33%
GREEN value IS 250 (98.05% from 255) = 59.24%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=21.33%
G=59.24%
B=19.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal90250820.6400.670.02117.1494.3865.1
Hex5AFA52400432755e41
Octal13237212210001032165136101
Binary101101011111010101001010000000100001110111010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5afa52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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