Shades of Kelly Green #5CC30B
Tints of Kelly Green #5CC30B
RGB
CMYK
RGB Variations
Color information
#5CC30B (or 0x5CC30B) is known color: Kelly Green. HEX triplet: 5C, C3 and 0B. RGB value is (92,195,11). Sum of RGB (Red+Green+Blue) = 92+195+11=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CC30B is #A33CF4. Grayscale: #8F8F8F. Windows color (decimal): -10697973 or 770908. OLE color: 770908.
HSL color Cylindrical-coordinate representation of color #5CC30B: hue angle of 93.59º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5CC30B is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 195 | 11 | - |
| CMYK | 0.53 | 0 | 0.94 | 0.24 |
| HSL | 93.59º | 0.89% | 0.4% | - |
| HSV(B) | 93.59º | 0.94% | 0.76% | - |
| XYZ | 23.99 | 41.33 | 7.03 | - |
| YUV | 143.23 | 53.38 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 11 | 0.53 | 0 | 0.94 | 0.24 | 93.59 | 0.89 | 0.4 |
| Hex | 5C | C3 | B | 35 | 0 | 5E | 18 | 5E | 59 | 28 |
| Octal | 134 | 303 | 13 | 65 | 0 | 136 | 30 | 136 | 131 | 50 |
| Binary | 1011100 | 11000011 | 1011 | 110101 | 0 | 1011110 | 11000 | 1011110 | 1011001 | 101000 |
Color Harmonies of #5CC30B
Complementary color
Monochromatic Colors of #5CC30B
Black with #5CC30B
Text Example
Text Example
White with #5CC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC30B; }
p { color: rgb(92,195,11); }
H1.HeaderClassName
{
color: #5CC30B;
}
.AnyTagClassName
{
color: #5CC30B;
}
</style>
background-color css
<style>
a { background-color: #5CC30B; }
a { background-color: rgb(92,195,11); }
div.DivClassName
{
background-color: #5CC30B;
}
.BgClassName
{
background-color: #5CC30B;
}
</style>
border-color css
<style>
span { border-color: #5CC30B; }
span { border-color: rgb(92,195,11); }
td.TdClassName
{
border-color: #5CC30B;
}
.TagClassName
{
border-color: #5CC30B;
}
</style>