Shades of Kelly Green #5CDA08
Tints of Kelly Green #5CDA08
RGB
CMYK
RGB Variations
Color information
#5CDA08 (or 0x5CDA08) is known color: Kelly Green. HEX triplet: 5C, DA and 08. RGB value is (92,218,8). Sum of RGB (Red+Green+Blue) = 92+218+8=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CDA08 is #A325F7. Grayscale: #9D9D9D. Windows color (decimal): -10692088 or 580188. OLE color: 580188.
HSL color Cylindrical-coordinate representation of color #5CDA08: hue angle of 96º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5CDA08 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 8 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.15 |
| HSL | 96º | 0.93% | 0.44% | - |
| HSV(B) | 96º | 0.96% | 0.85% | - |
| XYZ | 29.53 | 52.44 | 8.79 | - |
| YUV | 156.39 | 44.26 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 8 | 0.58 | 0 | 0.96 | 0.15 | 96 | 0.93 | 0.44 |
| Hex | 5C | DA | 8 | 3A | 0 | 60 | F | 60 | 5D | 2C |
| Octal | 134 | 332 | 10 | 72 | 0 | 140 | 17 | 140 | 135 | 54 |
| Binary | 1011100 | 11011010 | 1000 | 111010 | 0 | 1100000 | 1111 | 1100000 | 1011101 | 101100 |
Color Harmonies of #5CDA08
Complementary color
Monochromatic Colors of #5CDA08
Black with #5CDA08
Text Example
Text Example
White with #5CDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA08; }
p { color: rgb(92,218,8); }
H1.HeaderClassName
{
color: #5CDA08;
}
.AnyTagClassName
{
color: #5CDA08;
}
</style>
background-color css
<style>
a { background-color: #5CDA08; }
a { background-color: rgb(92,218,8); }
div.DivClassName
{
background-color: #5CDA08;
}
.BgClassName
{
background-color: #5CDA08;
}
</style>
border-color css
<style>
span { border-color: #5CDA08; }
span { border-color: rgb(92,218,8); }
td.TdClassName
{
border-color: #5CDA08;
}
.TagClassName
{
border-color: #5CDA08;
}
</style>