Shades of Screamin' Green #5AF934
Tints of Screamin' Green #5AF934
RGB
CMYK
RGB Variations
Color information
#5AF934 (or 0x5AF934) is known color: Screamin' Green. HEX triplet: 5A, F9 and 34. RGB value is (90,249,52). Sum of RGB (Red+Green+Blue) = 90+249+52=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF934 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF934 is #A506CB. Grayscale: #B3B3B3. Windows color (decimal): -10815180 or 3471706. OLE color: 3471706.
HSL color Cylindrical-coordinate representation of color #5AF934: hue angle of 108.43º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AF934 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 52 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.02 |
| HSL | 108.43º | 0.94% | 0.59% | - |
| HSV(B) | 108.43º | 0.79% | 0.98% | - |
| XYZ | 38.71 | 70.17 | 14.75 | - |
| YUV | 179 | 56.32 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 52 | 0.64 | 0 | 0.79 | 0.02 | 108.43 | 0.94 | 0.59 |
| Hex | 5A | F9 | 34 | 40 | 0 | 4F | 2 | 6C | 5E | 3B |
| Octal | 132 | 371 | 64 | 100 | 0 | 117 | 2 | 154 | 136 | 73 |
| Binary | 1011010 | 11111001 | 110100 | 1000000 | 0 | 1001111 | 10 | 1101100 | 1011110 | 111011 |
Color Harmonies of #5AF934
Complementary color
Monochromatic Colors of #5AF934
Black with #5AF934
Text Example
Text Example
White with #5AF934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF934; }
p { color: rgb(90,249,52); }
H1.HeaderClassName
{
color: #5AF934;
}
.AnyTagClassName
{
color: #5AF934;
}
</style>
background-color css
<style>
a { background-color: #5AF934; }
a { background-color: rgb(90,249,52); }
div.DivClassName
{
background-color: #5AF934;
}
.BgClassName
{
background-color: #5AF934;
}
</style>
border-color css
<style>
span { border-color: #5AF934; }
span { border-color: rgb(90,249,52); }
td.TdClassName
{
border-color: #5AF934;
}
.TagClassName
{
border-color: #5AF934;
}
</style>