Shades of Screamin' Green #5AFE34
Tints of Screamin' Green #5AFE34
RGB
CMYK
RGB Variations
Color information
#5AFE34 (or 0x5AFE34) is known color: Screamin' Green. HEX triplet: 5A, FE and 34. RGB value is (90,254,52). Sum of RGB (Red+Green+Blue) = 90+254+52=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFE34 is #A501CB. Grayscale: #B6B6B6. Windows color (decimal): -10813900 or 3472986. OLE color: 3472986.
HSL color Cylindrical-coordinate representation of color #5AFE34: hue angle of 108.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AFE34 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 52 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.00 |
| HSL | 108.71º | 0.99% | 0.6% | - |
| HSV(B) | 108.71º | 0.8% | 1% | - |
| XYZ | 40.28 | 73.31 | 15.28 | - |
| YUV | 181.94 | 54.67 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 52 | 0.65 | 0 | 0.80 | 0.00 | 108.71 | 0.99 | 0.6 |
| Hex | 5A | FE | 34 | 41 | 0 | 50 | 0 | 6D | 63 | 3C |
| Octal | 132 | 376 | 64 | 101 | 0 | 120 | 0 | 155 | 143 | 74 |
| Binary | 1011010 | 11111110 | 110100 | 1000001 | 0 | 1010000 | 0 | 1101101 | 1100011 | 111100 |
Color Harmonies of #5AFE34
Complementary color
Monochromatic Colors of #5AFE34
Black with #5AFE34
Text Example
Text Example
White with #5AFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE34; }
p { color: rgb(90,254,52); }
H1.HeaderClassName
{
color: #5AFE34;
}
.AnyTagClassName
{
color: #5AFE34;
}
</style>
background-color css
<style>
a { background-color: #5AFE34; }
a { background-color: rgb(90,254,52); }
div.DivClassName
{
background-color: #5AFE34;
}
.BgClassName
{
background-color: #5AFE34;
}
</style>
border-color css
<style>
span { border-color: #5AFE34; }
span { border-color: rgb(90,254,52); }
td.TdClassName
{
border-color: #5AFE34;
}
.TagClassName
{
border-color: #5AFE34;
}
</style>