Shades of Kelly Green #5CC005
Tints of Kelly Green #5CC005
RGB
CMYK
RGB Variations
Color information
#5CC005 (or 0x5CC005) is known color: Kelly Green. HEX triplet: 5C, C0 and 05. RGB value is (92,192,5). Sum of RGB (Red+Green+Blue) = 92+192+5=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC005 is #A33FFA. Grayscale: #8D8D8D. Windows color (decimal): -10698747 or 376924. OLE color: 376924.
HSL color Cylindrical-coordinate representation of color #5CC005: hue angle of 92.09º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5CC005 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 5 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.25 |
| HSL | 92.09º | 0.95% | 0.39% | - |
| HSV(B) | 92.09º | 0.97% | 0.75% | - |
| XYZ | 23.29 | 39.99 | 6.63 | - |
| YUV | 140.78 | 51.37 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 5 | 0.52 | 0 | 0.97 | 0.25 | 92.09 | 0.95 | 0.39 |
| Hex | 5C | C0 | 5 | 34 | 0 | 61 | 19 | 5C | 5F | 27 |
| Octal | 134 | 300 | 5 | 64 | 0 | 141 | 31 | 134 | 137 | 47 |
| Binary | 1011100 | 11000000 | 101 | 110100 | 0 | 1100001 | 11001 | 1011100 | 1011111 | 100111 |
Color Harmonies of #5CC005
Complementary color
Monochromatic Colors of #5CC005
Black with #5CC005
Text Example
Text Example
White with #5CC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC005; }
p { color: rgb(92,192,5); }
H1.HeaderClassName
{
color: #5CC005;
}
.AnyTagClassName
{
color: #5CC005;
}
</style>
background-color css
<style>
a { background-color: #5CC005; }
a { background-color: rgb(92,192,5); }
div.DivClassName
{
background-color: #5CC005;
}
.BgClassName
{
background-color: #5CC005;
}
</style>
border-color css
<style>
span { border-color: #5CC005; }
span { border-color: rgb(92,192,5); }
td.TdClassName
{
border-color: #5CC005;
}
.TagClassName
{
border-color: #5CC005;
}
</style>