Shades of Kelly Green #55C30E
Tints of Kelly Green #55C30E
RGB
CMYK
RGB Variations
Color information
#55C30E (or 0x55C30E) is known color: Kelly Green. HEX triplet: 55, C3 and 0E. RGB value is (85,195,14). Sum of RGB (Red+Green+Blue) = 85+195+14=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 195 (76.56% from 255 or 66.33% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 195 - color contains mainly: green. Hex color #55C30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C30E is #AA3CF1. Grayscale: #8E8E8E. Windows color (decimal): -11156722 or 967509. OLE color: 967509.
HSL color Cylindrical-coordinate representation of color #55C30E: hue angle of 96.46º degrees, saturation: 0.87, 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 #55C30E is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 14 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.24 |
| HSL | 96.46º | 0.87% | 0.41% | - |
| HSV(B) | 96.46º | 0.93% | 0.76% | - |
| XYZ | 23.34 | 40.99 | 7.1 | - |
| YUV | 141.48 | 56.06 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 14 | 0.56 | 0 | 0.93 | 0.24 | 96.46 | 0.87 | 0.41 |
| Hex | 55 | C3 | E | 38 | 0 | 5D | 18 | 60 | 57 | 29 |
| Octal | 125 | 303 | 16 | 70 | 0 | 135 | 30 | 140 | 127 | 51 |
| Binary | 1010101 | 11000011 | 1110 | 111000 | 0 | 1011101 | 11000 | 1100000 | 1010111 | 101001 |
Color Harmonies of #55C30E
Complementary color
Monochromatic Colors of #55C30E
Black with #55C30E
Text Example
Text Example
White with #55C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C30E; }
p { color: rgb(85,195,14); }
H1.HeaderClassName
{
color: #55C30E;
}
.AnyTagClassName
{
color: #55C30E;
}
</style>
background-color css
<style>
a { background-color: #55C30E; }
a { background-color: rgb(85,195,14); }
div.DivClassName
{
background-color: #55C30E;
}
.BgClassName
{
background-color: #55C30E;
}
</style>
border-color css
<style>
span { border-color: #55C30E; }
span { border-color: rgb(85,195,14); }
td.TdClassName
{
border-color: #55C30E;
}
.TagClassName
{
border-color: #55C30E;
}
</style>