Shades of Screamin' Green #5AFC34
Tints of Screamin' Green #5AFC34
RGB
CMYK
RGB Variations
Color information
#5AFC34 (or 0x5AFC34) is known color: Screamin' Green. HEX triplet: 5A, FC and 34. RGB value is (90,252,52). Sum of RGB (Red+Green+Blue) = 90+252+52=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 252 (98.83% from 255 or 63.96% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFC34 is #A503CB. Grayscale: #B5B5B5. Windows color (decimal): -10814412 or 3472474. OLE color: 3472474.
HSL color Cylindrical-coordinate representation of color #5AFC34: hue angle of 108.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AFC34 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 52 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.01 |
| HSL | 108.6º | 0.97% | 0.6% | - |
| HSV(B) | 108.6º | 0.79% | 0.99% | - |
| XYZ | 39.65 | 72.04 | 15.06 | - |
| YUV | 180.76 | 55.33 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 52 | 0.64 | 0 | 0.79 | 0.01 | 108.6 | 0.97 | 0.6 |
| Hex | 5A | FC | 34 | 40 | 0 | 4F | 1 | 6D | 61 | 3C |
| Octal | 132 | 374 | 64 | 100 | 0 | 117 | 1 | 155 | 141 | 74 |
| Binary | 1011010 | 11111100 | 110100 | 1000000 | 0 | 1001111 | 1 | 1101101 | 1100001 | 111100 |
Color Harmonies of #5AFC34
Complementary color
Monochromatic Colors of #5AFC34
Black with #5AFC34
Text Example
Text Example
White with #5AFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFC34; }
p { color: rgb(90,252,52); }
H1.HeaderClassName
{
color: #5AFC34;
}
.AnyTagClassName
{
color: #5AFC34;
}
</style>
background-color css
<style>
a { background-color: #5AFC34; }
a { background-color: rgb(90,252,52); }
div.DivClassName
{
background-color: #5AFC34;
}
.BgClassName
{
background-color: #5AFC34;
}
</style>
border-color css
<style>
span { border-color: #5AFC34; }
span { border-color: rgb(90,252,52); }
td.TdClassName
{
border-color: #5AFC34;
}
.TagClassName
{
border-color: #5AFC34;
}
</style>