Shades of Screamin' Green #5AF452
Tints of Screamin' Green #5AF452
RGB
CMYK
RGB Variations
Color information
#5AF452 (or 0x5AF452) is known color: Screamin' Green. HEX triplet: 5A, F4 and 52. RGB value is (90,244,82). Sum of RGB (Red+Green+Blue) = 90+244+82=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 244 (95.70% from 255 or 58.65% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF452 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF452 is #A50BAD. Grayscale: #B3B3B3. Windows color (decimal): -10816430 or 5436506. OLE color: 5436506.
HSL color Cylindrical-coordinate representation of color #5AF452: hue angle of 117.04º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AF452 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 82 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.04 |
| HSL | 117.04º | 0.88% | 0.64% | - |
| HSV(B) | 117.04º | 0.66% | 0.96% | - |
| XYZ | 38.09 | 67.48 | 19 | - |
| YUV | 179.49 | 72.98 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 82 | 0.63 | 0 | 0.66 | 0.04 | 117.04 | 0.88 | 0.64 |
| Hex | 5A | F4 | 52 | 3F | 0 | 42 | 4 | 75 | 58 | 40 |
| Octal | 132 | 364 | 122 | 77 | 0 | 102 | 4 | 165 | 130 | 100 |
| Binary | 1011010 | 11110100 | 1010010 | 111111 | 0 | 1000010 | 100 | 1110101 | 1011000 | 1000000 |
Color Harmonies of #5AF452
Complementary color
Monochromatic Colors of #5AF452
Black with #5AF452
Text Example
Text Example
White with #5AF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF452; }
p { color: rgb(90,244,82); }
H1.HeaderClassName
{
color: #5AF452;
}
.AnyTagClassName
{
color: #5AF452;
}
</style>
background-color css
<style>
a { background-color: #5AF452; }
a { background-color: rgb(90,244,82); }
div.DivClassName
{
background-color: #5AF452;
}
.BgClassName
{
background-color: #5AF452;
}
</style>
border-color css
<style>
span { border-color: #5AF452; }
span { border-color: rgb(90,244,82); }
td.TdClassName
{
border-color: #5AF452;
}
.TagClassName
{
border-color: #5AF452;
}
</style>