Shades of Kelly Green #55C30C
Tints of Kelly Green #55C30C
RGB
CMYK
RGB Variations
Color information
#55C30C (or 0x55C30C) is known color: Kelly Green. HEX triplet: 55, C3 and 0C. RGB value is (85,195,12). Sum of RGB (Red+Green+Blue) = 85+195+12=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 195 (76.56% from 255 or 66.78% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 195 - color contains mainly: green. Hex color #55C30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C30C is #AA3CF3. Grayscale: #8D8D8D. Windows color (decimal): -11156724 or 836437. OLE color: 836437.
HSL color Cylindrical-coordinate representation of color #55C30C: hue angle of 96.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55C30C is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 12 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.24 |
| HSL | 96.07º | 0.88% | 0.41% | - |
| HSV(B) | 96.07º | 0.94% | 0.76% | - |
| XYZ | 23.33 | 40.99 | 7.03 | - |
| YUV | 141.25 | 55.06 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 12 | 0.56 | 0 | 0.94 | 0.24 | 96.07 | 0.88 | 0.41 |
| Hex | 55 | C3 | C | 38 | 0 | 5E | 18 | 60 | 58 | 29 |
| Octal | 125 | 303 | 14 | 70 | 0 | 136 | 30 | 140 | 130 | 51 |
| Binary | 1010101 | 11000011 | 1100 | 111000 | 0 | 1011110 | 11000 | 1100000 | 1011000 | 101001 |
Color Harmonies of #55C30C
Complementary color
Monochromatic Colors of #55C30C
Black with #55C30C
Text Example
Text Example
White with #55C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C30C; }
p { color: rgb(85,195,12); }
H1.HeaderClassName
{
color: #55C30C;
}
.AnyTagClassName
{
color: #55C30C;
}
</style>
background-color css
<style>
a { background-color: #55C30C; }
a { background-color: rgb(85,195,12); }
div.DivClassName
{
background-color: #55C30C;
}
.BgClassName
{
background-color: #55C30C;
}
</style>
border-color css
<style>
span { border-color: #55C30C; }
span { border-color: rgb(85,195,12); }
td.TdClassName
{
border-color: #55C30C;
}
.TagClassName
{
border-color: #55C30C;
}
</style>