Shades of Kelly Green #55C71B
Tints of Kelly Green #55C71B
RGB
CMYK
RGB Variations
Color information
#55C71B (or 0x55C71B) is known color: Kelly Green. HEX triplet: 55, C7 and 1B. RGB value is (85,199,27). Sum of RGB (Red+Green+Blue) = 85+199+27=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 199 (78.12% from 255 or 63.99% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 199 - color contains mainly: green. Hex color #55C71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C71B is #AA38E4. Grayscale: #919191. Windows color (decimal): -11155685 or 1820501. OLE color: 1820501.
HSL color Cylindrical-coordinate representation of color #55C71B: hue angle of 99.77º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55C71B is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 27 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.22 |
| HSL | 99.77º | 0.76% | 0.44% | - |
| HSV(B) | 99.77º | 0.86% | 0.78% | - |
| XYZ | 24.37 | 42.86 | 8.02 | - |
| YUV | 145.31 | 61.23 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 27 | 0.57 | 0 | 0.86 | 0.22 | 99.77 | 0.76 | 0.44 |
| Hex | 55 | C7 | 1B | 39 | 0 | 56 | 16 | 64 | 4C | 2C |
| Octal | 125 | 307 | 33 | 71 | 0 | 126 | 26 | 144 | 114 | 54 |
| Binary | 1010101 | 11000111 | 11011 | 111001 | 0 | 1010110 | 10110 | 1100100 | 1001100 | 101100 |
Color Harmonies of #55C71B
Complementary color
Monochromatic Colors of #55C71B
Black with #55C71B
Text Example
Text Example
White with #55C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C71B; }
p { color: rgb(85,199,27); }
H1.HeaderClassName
{
color: #55C71B;
}
.AnyTagClassName
{
color: #55C71B;
}
</style>
background-color css
<style>
a { background-color: #55C71B; }
a { background-color: rgb(85,199,27); }
div.DivClassName
{
background-color: #55C71B;
}
.BgClassName
{
background-color: #55C71B;
}
</style>
border-color css
<style>
span { border-color: #55C71B; }
span { border-color: rgb(85,199,27); }
td.TdClassName
{
border-color: #55C71B;
}
.TagClassName
{
border-color: #55C71B;
}
</style>