Shades of Screamin' Green #5AF652
Tints of Screamin' Green #5AF652
RGB
CMYK
RGB Variations
Color information
#5AF652 (or 0x5AF652) is known color: Screamin' Green. HEX triplet: 5A, F6 and 52. RGB value is (90,246,82). Sum of RGB (Red+Green+Blue) = 90+246+82=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF652 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF652 is #A509AD. Grayscale: #B5B5B5. Windows color (decimal): -10815918 or 5437018. OLE color: 5437018.
HSL color Cylindrical-coordinate representation of color #5AF652: hue angle of 117.07º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AF652 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 82 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.04 |
| HSL | 117.07º | 0.9% | 0.64% | - |
| HSV(B) | 117.07º | 0.67% | 0.96% | - |
| XYZ | 38.7 | 68.69 | 19.2 | - |
| YUV | 180.66 | 72.32 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 82 | 0.63 | 0 | 0.67 | 0.04 | 117.07 | 0.9 | 0.64 |
| Hex | 5A | F6 | 52 | 3F | 0 | 43 | 4 | 75 | 5A | 40 |
| Octal | 132 | 366 | 122 | 77 | 0 | 103 | 4 | 165 | 132 | 100 |
| Binary | 1011010 | 11110110 | 1010010 | 111111 | 0 | 1000011 | 100 | 1110101 | 1011010 | 1000000 |
Color Harmonies of #5AF652
Complementary color
Monochromatic Colors of #5AF652
Black with #5AF652
Text Example
Text Example
White with #5AF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF652; }
p { color: rgb(90,246,82); }
H1.HeaderClassName
{
color: #5AF652;
}
.AnyTagClassName
{
color: #5AF652;
}
</style>
background-color css
<style>
a { background-color: #5AF652; }
a { background-color: rgb(90,246,82); }
div.DivClassName
{
background-color: #5AF652;
}
.BgClassName
{
background-color: #5AF652;
}
</style>
border-color css
<style>
span { border-color: #5AF652; }
span { border-color: rgb(90,246,82); }
td.TdClassName
{
border-color: #5AF652;
}
.TagClassName
{
border-color: #5AF652;
}
</style>