Shades of Kelly Green #55D61B
Tints of Kelly Green #55D61B
RGB
CMYK
RGB Variations
Color information
#55D61B (or 0x55D61B) is known color: Kelly Green. HEX triplet: 55, D6 and 1B. RGB value is (85,214,27). Sum of RGB (Red+Green+Blue) = 85+214+27=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #55D61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D61B is #AA29E4. Grayscale: #9A9A9A. Windows color (decimal): -11151845 or 1824341. OLE color: 1824341.
HSL color Cylindrical-coordinate representation of color #55D61B: hue angle of 101.39º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55D61B is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 27 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.16 |
| HSL | 101.39º | 0.78% | 0.47% | - |
| HSV(B) | 101.39º | 0.87% | 0.84% | - |
| XYZ | 27.99 | 50.1 | 9.23 | - |
| YUV | 154.11 | 56.26 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 27 | 0.60 | 0 | 0.87 | 0.16 | 101.39 | 0.78 | 0.47 |
| Hex | 55 | D6 | 1B | 3C | 0 | 57 | 10 | 65 | 4E | 2F |
| Octal | 125 | 326 | 33 | 74 | 0 | 127 | 20 | 145 | 116 | 57 |
| Binary | 1010101 | 11010110 | 11011 | 111100 | 0 | 1010111 | 10000 | 1100101 | 1001110 | 101111 |
Color Harmonies of #55D61B
Complementary color
Monochromatic Colors of #55D61B
Black with #55D61B
Text Example
Text Example
White with #55D61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D61B; }
p { color: rgb(85,214,27); }
H1.HeaderClassName
{
color: #55D61B;
}
.AnyTagClassName
{
color: #55D61B;
}
</style>
background-color css
<style>
a { background-color: #55D61B; }
a { background-color: rgb(85,214,27); }
div.DivClassName
{
background-color: #55D61B;
}
.BgClassName
{
background-color: #55D61B;
}
</style>
border-color css
<style>
span { border-color: #55D61B; }
span { border-color: rgb(85,214,27); }
td.TdClassName
{
border-color: #55D61B;
}
.TagClassName
{
border-color: #55D61B;
}
</style>