Shades of Kelly Green #55C730
Tints of Kelly Green #55C730
RGB
CMYK
RGB Variations
Color information
#55C730 (or 0x55C730) is known color: Kelly Green. HEX triplet: 55, C7 and 30. RGB value is (85,199,48). Sum of RGB (Red+Green+Blue) = 85+199+48=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 199 (78.12% from 255 or 59.94% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 199 - color contains mainly: green. Hex color #55C730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C730 is #AA38CF. Grayscale: #949494. Windows color (decimal): -11155664 or 3196757. OLE color: 3196757.
HSL color Cylindrical-coordinate representation of color #55C730: hue angle of 105.3º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55C730 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 48 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.22 |
| HSL | 105.3º | 0.61% | 0.48% | - |
| HSV(B) | 105.3º | 0.76% | 0.78% | - |
| XYZ | 24.7 | 42.99 | 9.79 | - |
| YUV | 147.7 | 71.73 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 48 | 0.57 | 0 | 0.76 | 0.22 | 105.3 | 0.61 | 0.48 |
| Hex | 55 | C7 | 30 | 39 | 0 | 4C | 16 | 69 | 3D | 30 |
| Octal | 125 | 307 | 60 | 71 | 0 | 114 | 26 | 151 | 75 | 60 |
| Binary | 1010101 | 11000111 | 110000 | 111001 | 0 | 1001100 | 10110 | 1101001 | 111101 | 110000 |
Color Harmonies of #55C730
Complementary color
Monochromatic Colors of #55C730
Black with #55C730
Text Example
Text Example
White with #55C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C730; }
p { color: rgb(85,199,48); }
H1.HeaderClassName
{
color: #55C730;
}
.AnyTagClassName
{
color: #55C730;
}
</style>
background-color css
<style>
a { background-color: #55C730; }
a { background-color: rgb(85,199,48); }
div.DivClassName
{
background-color: #55C730;
}
.BgClassName
{
background-color: #55C730;
}
</style>
border-color css
<style>
span { border-color: #55C730; }
span { border-color: rgb(85,199,48); }
td.TdClassName
{
border-color: #55C730;
}
.TagClassName
{
border-color: #55C730;
}
</style>