Shades of Kelly Green #5CC400
Tints of Kelly Green #5CC400
RGB
CMYK
RGB Variations
Color information
#5CC400 (or 0x5CC400) is known color: Kelly Green. HEX triplet: 5C, C4 and 00. RGB value is (92,196,0). Sum of RGB (Red+Green+Blue) = 92+196+0=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC400 is #A33BFF. Grayscale: #8F8F8F. Windows color (decimal): -10697728 or 50268. OLE color: 50268.
HSL color Cylindrical-coordinate representation of color #5CC400: hue angle of 91.84º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5CC400 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 196 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.23 |
| HSL | 91.84º | 1% | 0.38% | - |
| HSV(B) | 91.84º | 1% | 0.77% | - |
| XYZ | 24.15 | 41.76 | 6.79 | - |
| YUV | 142.56 | 47.54 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 196 | 0 | 0.53 | 0 | 1 | 0.23 | 91.84 | 1 | 0.38 |
| Hex | 5C | C4 | 0 | 35 | 0 | 64 | 17 | 5C | 64 | 26 |
| Octal | 134 | 304 | 0 | 65 | 0 | 144 | 27 | 134 | 144 | 46 |
| Binary | 1011100 | 11000100 | 0 | 110101 | 0 | 1100100 | 10111 | 1011100 | 1100100 | 100110 |
Color Harmonies of #5CC400
Complementary color
Monochromatic Colors of #5CC400
Black with #5CC400
Text Example
Text Example
White with #5CC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC400; }
p { color: rgb(92,196,0); }
H1.HeaderClassName
{
color: #5CC400;
}
.AnyTagClassName
{
color: #5CC400;
}
</style>
background-color css
<style>
a { background-color: #5CC400; }
a { background-color: rgb(92,196,0); }
div.DivClassName
{
background-color: #5CC400;
}
.BgClassName
{
background-color: #5CC400;
}
</style>
border-color css
<style>
span { border-color: #5CC400; }
span { border-color: rgb(92,196,0); }
td.TdClassName
{
border-color: #5CC400;
}
.TagClassName
{
border-color: #5CC400;
}
</style>