Shades of Kelly Green #55CF05
Tints of Kelly Green #55CF05
RGB
CMYK
RGB Variations
Color information
#55CF05 (or 0x55CF05) is known color: Kelly Green. HEX triplet: 55, CF and 05. RGB value is (85,207,5). Sum of RGB (Red+Green+Blue) = 85+207+5=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55CF05 is #AA30FA. Grayscale: #949494. Windows color (decimal): -11153659 or 380757. OLE color: 380757.
HSL color Cylindrical-coordinate representation of color #55CF05: hue angle of 96.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55CF05 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 5 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.19 |
| HSL | 96.24º | 0.95% | 0.42% | - |
| HSV(B) | 96.24º | 0.98% | 0.81% | - |
| XYZ | 26.09 | 46.57 | 7.76 | - |
| YUV | 147.49 | 47.58 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 5 | 0.59 | 0 | 0.98 | 0.19 | 96.24 | 0.95 | 0.42 |
| Hex | 55 | CF | 5 | 3B | 0 | 62 | 13 | 60 | 5F | 2A |
| Octal | 125 | 317 | 5 | 73 | 0 | 142 | 23 | 140 | 137 | 52 |
| Binary | 1010101 | 11001111 | 101 | 111011 | 0 | 1100010 | 10011 | 1100000 | 1011111 | 101010 |
Color Harmonies of #55CF05
Complementary color
Monochromatic Colors of #55CF05
Black with #55CF05
Text Example
Text Example
White with #55CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF05; }
p { color: rgb(85,207,5); }
H1.HeaderClassName
{
color: #55CF05;
}
.AnyTagClassName
{
color: #55CF05;
}
</style>
background-color css
<style>
a { background-color: #55CF05; }
a { background-color: rgb(85,207,5); }
div.DivClassName
{
background-color: #55CF05;
}
.BgClassName
{
background-color: #55CF05;
}
</style>
border-color css
<style>
span { border-color: #55CF05; }
span { border-color: rgb(85,207,5); }
td.TdClassName
{
border-color: #55CF05;
}
.TagClassName
{
border-color: #55CF05;
}
</style>