Shades of Kelly Green #5CC30D
Tints of Kelly Green #5CC30D
RGB
CMYK
RGB Variations
Color information
#5CC30D (or 0x5CC30D) is known color: Kelly Green. HEX triplet: 5C, C3 and 0D. RGB value is (92,195,13). Sum of RGB (Red+Green+Blue) = 92+195+13=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC30D is #A33CF2. Grayscale: #909090. Windows color (decimal): -10697971 or 901980. OLE color: 901980.
HSL color Cylindrical-coordinate representation of color #5CC30D: hue angle of 93.96º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5CC30D is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 195 | 13 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.24 |
| HSL | 93.96º | 0.88% | 0.41% | - |
| HSV(B) | 93.96º | 0.93% | 0.76% | - |
| XYZ | 24 | 41.33 | 7.09 | - |
| YUV | 143.46 | 54.38 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 13 | 0.53 | 0 | 0.93 | 0.24 | 93.96 | 0.88 | 0.41 |
| Hex | 5C | C3 | D | 35 | 0 | 5D | 18 | 5E | 58 | 29 |
| Octal | 134 | 303 | 15 | 65 | 0 | 135 | 30 | 136 | 130 | 51 |
| Binary | 1011100 | 11000011 | 1101 | 110101 | 0 | 1011101 | 11000 | 1011110 | 1011000 | 101001 |
Color Harmonies of #5CC30D
Complementary color
Monochromatic Colors of #5CC30D
Black with #5CC30D
Text Example
Text Example
White with #5CC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC30D; }
p { color: rgb(92,195,13); }
H1.HeaderClassName
{
color: #5CC30D;
}
.AnyTagClassName
{
color: #5CC30D;
}
</style>
background-color css
<style>
a { background-color: #5CC30D; }
a { background-color: rgb(92,195,13); }
div.DivClassName
{
background-color: #5CC30D;
}
.BgClassName
{
background-color: #5CC30D;
}
</style>
border-color css
<style>
span { border-color: #5CC30D; }
span { border-color: rgb(92,195,13); }
td.TdClassName
{
border-color: #5CC30D;
}
.TagClassName
{
border-color: #5CC30D;
}
</style>