Shades of Screamin' Green #5AF284
Tints of Screamin' Green #5AF284
RGB
CMYK
RGB Variations
Color information
#5AF284 (or 0x5AF284) is known color: Screamin' Green. HEX triplet: 5A, F2 and 84. RGB value is (90,242,132). Sum of RGB (Red+Green+Blue) = 90+242+132=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF284 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF284 is #A50D7B. Grayscale: #B8B8B8. Windows color (decimal): -10816892 or 8712794. OLE color: 8712794.
HSL color Cylindrical-coordinate representation of color #5AF284: hue angle of 136.58º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF284 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 242 | 132 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.05 |
| HSL | 136.58º | 0.85% | 0.65% | - |
| HSV(B) | 136.58º | 0.63% | 0.95% | - |
| XYZ | 40.13 | 67.34 | 32.71 | - |
| YUV | 184.01 | 98.64 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 242 | 132 | 0.63 | 0 | 0.45 | 0.05 | 136.58 | 0.85 | 0.65 |
| Hex | 5A | F2 | 84 | 3F | 0 | 2D | 5 | 89 | 55 | 41 |
| Octal | 132 | 362 | 204 | 77 | 0 | 55 | 5 | 211 | 125 | 101 |
| Binary | 1011010 | 11110010 | 10000100 | 111111 | 0 | 101101 | 101 | 10001001 | 1010101 | 1000001 |
Color Harmonies of #5AF284
Complementary color
Monochromatic Colors of #5AF284
Black with #5AF284
Text Example
Text Example
White with #5AF284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF284; }
p { color: rgb(90,242,132); }
H1.HeaderClassName
{
color: #5AF284;
}
.AnyTagClassName
{
color: #5AF284;
}
</style>
background-color css
<style>
a { background-color: #5AF284; }
a { background-color: rgb(90,242,132); }
div.DivClassName
{
background-color: #5AF284;
}
.BgClassName
{
background-color: #5AF284;
}
</style>
border-color css
<style>
span { border-color: #5AF284; }
span { border-color: rgb(90,242,132); }
td.TdClassName
{
border-color: #5AF284;
}
.TagClassName
{
border-color: #5AF284;
}
</style>