Shades of Kelly Green #5CAF08
Tints of Kelly Green #5CAF08
RGB
CMYK
RGB Variations
Color information
#5CAF08 (or 0x5CAF08) is known color: Kelly Green. HEX triplet: 5C, AF and 08. RGB value is (92,175,8). Sum of RGB (Red+Green+Blue) = 92+175+8=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CAF08 is #A350F7. Grayscale: #838383. Windows color (decimal): -10703096 or 569180. OLE color: 569180.
HSL color Cylindrical-coordinate representation of color #5CAF08: hue angle of 89.82º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5CAF08 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 8 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.31 |
| HSL | 89.82º | 0.91% | 0.36% | - |
| HSV(B) | 89.82º | 0.95% | 0.69% | - |
| XYZ | 19.79 | 32.95 | 5.55 | - |
| YUV | 131.15 | 58.5 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 8 | 0.47 | 0 | 0.95 | 0.31 | 89.82 | 0.91 | 0.36 |
| Hex | 5C | AF | 8 | 2F | 0 | 5F | 1F | 5A | 5B | 24 |
| Octal | 134 | 257 | 10 | 57 | 0 | 137 | 37 | 132 | 133 | 44 |
| Binary | 1011100 | 10101111 | 1000 | 101111 | 0 | 1011111 | 11111 | 1011010 | 1011011 | 100100 |
Color Harmonies of #5CAF08
Complementary color
Monochromatic Colors of #5CAF08
Black with #5CAF08
Text Example
Text Example
White with #5CAF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF08; }
p { color: rgb(92,175,8); }
H1.HeaderClassName
{
color: #5CAF08;
}
.AnyTagClassName
{
color: #5CAF08;
}
</style>
background-color css
<style>
a { background-color: #5CAF08; }
a { background-color: rgb(92,175,8); }
div.DivClassName
{
background-color: #5CAF08;
}
.BgClassName
{
background-color: #5CAF08;
}
</style>
border-color css
<style>
span { border-color: #5CAF08; }
span { border-color: rgb(92,175,8); }
td.TdClassName
{
border-color: #5CAF08;
}
.TagClassName
{
border-color: #5CAF08;
}
</style>