Shades of Kelly Green #5CC000
Tints of Kelly Green #5CC000
RGB
CMYK
RGB Variations
Color information
#5CC000 (or 0x5CC000) is known color: Kelly Green. HEX triplet: 5C, C0 and 00. RGB value is (92,192,0). Sum of RGB (Red+Green+Blue) = 92+192+0=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC000 is #A33FFF. Grayscale: #8C8C8C. Windows color (decimal): -10698752 or 49244. OLE color: 49244.
HSL color Cylindrical-coordinate representation of color #5CC000: hue angle of 91.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CC000 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.25 |
| HSL | 91.25º | 1% | 0.38% | - |
| HSV(B) | 91.25º | 1% | 0.75% | - |
| XYZ | 23.26 | 39.97 | 6.49 | - |
| YUV | 140.21 | 48.87 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 0 | 0.52 | 0 | 1 | 0.25 | 91.25 | 1 | 0.38 |
| Hex | 5C | C0 | 0 | 34 | 0 | 64 | 19 | 5B | 64 | 26 |
| Octal | 134 | 300 | 0 | 64 | 0 | 144 | 31 | 133 | 144 | 46 |
| Binary | 1011100 | 11000000 | 0 | 110100 | 0 | 1100100 | 11001 | 1011011 | 1100100 | 100110 |
Color Harmonies of #5CC000
Complementary color
Monochromatic Colors of #5CC000
Black with #5CC000
Text Example
Text Example
White with #5CC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC000; }
p { color: rgb(92,192,0); }
H1.HeaderClassName
{
color: #5CC000;
}
.AnyTagClassName
{
color: #5CC000;
}
</style>
background-color css
<style>
a { background-color: #5CC000; }
a { background-color: rgb(92,192,0); }
div.DivClassName
{
background-color: #5CC000;
}
.BgClassName
{
background-color: #5CC000;
}
</style>
border-color css
<style>
span { border-color: #5CC000; }
span { border-color: rgb(92,192,0); }
td.TdClassName
{
border-color: #5CC000;
}
.TagClassName
{
border-color: #5CC000;
}
</style>