Shades of Kelly Green #5CD008
Tints of Kelly Green #5CD008
RGB
CMYK
RGB Variations
Color information
#5CD008 (or 0x5CD008) is known color: Kelly Green. HEX triplet: 5C, D0 and 08. RGB value is (92,208,8). Sum of RGB (Red+Green+Blue) = 92+208+8=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD008 is #A32FF7. Grayscale: #979797. Windows color (decimal): -10694648 or 577628. OLE color: 577628.
HSL color Cylindrical-coordinate representation of color #5CD008: hue angle of 94.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5CD008 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 208 | 8 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.18 |
| HSL | 94.8º | 0.93% | 0.42% | - |
| HSV(B) | 94.8º | 0.96% | 0.82% | - |
| XYZ | 27.01 | 47.4 | 7.96 | - |
| YUV | 150.52 | 47.57 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 208 | 8 | 0.56 | 0 | 0.96 | 0.18 | 94.8 | 0.93 | 0.42 |
| Hex | 5C | D0 | 8 | 38 | 0 | 60 | 12 | 5F | 5D | 2A |
| Octal | 134 | 320 | 10 | 70 | 0 | 140 | 22 | 137 | 135 | 52 |
| Binary | 1011100 | 11010000 | 1000 | 111000 | 0 | 1100000 | 10010 | 1011111 | 1011101 | 101010 |
Color Harmonies of #5CD008
Complementary color
Monochromatic Colors of #5CD008
Black with #5CD008
Text Example
Text Example
White with #5CD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD008; }
p { color: rgb(92,208,8); }
H1.HeaderClassName
{
color: #5CD008;
}
.AnyTagClassName
{
color: #5CD008;
}
</style>
background-color css
<style>
a { background-color: #5CD008; }
a { background-color: rgb(92,208,8); }
div.DivClassName
{
background-color: #5CD008;
}
.BgClassName
{
background-color: #5CD008;
}
</style>
border-color css
<style>
span { border-color: #5CD008; }
span { border-color: rgb(92,208,8); }
td.TdClassName
{
border-color: #5CD008;
}
.TagClassName
{
border-color: #5CD008;
}
</style>