Shades of Kelly Green #55C41B
Tints of Kelly Green #55C41B
RGB
CMYK
RGB Variations
Color information
#55C41B (or 0x55C41B) is known color: Kelly Green. HEX triplet: 55, C4 and 1B. RGB value is (85,196,27). Sum of RGB (Red+Green+Blue) = 85+196+27=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #55C41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C41B is #AA3BE4. Grayscale: #909090. Windows color (decimal): -11156453 or 1819733. OLE color: 1819733.
HSL color Cylindrical-coordinate representation of color #55C41B: hue angle of 99.41º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55C41B is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 27 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.23 |
| HSL | 99.41º | 0.76% | 0.44% | - |
| HSV(B) | 99.41º | 0.86% | 0.77% | - |
| XYZ | 23.68 | 41.49 | 7.8 | - |
| YUV | 143.55 | 62.23 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 27 | 0.57 | 0 | 0.86 | 0.23 | 99.41 | 0.76 | 0.44 |
| Hex | 55 | C4 | 1B | 39 | 0 | 56 | 17 | 63 | 4C | 2C |
| Octal | 125 | 304 | 33 | 71 | 0 | 126 | 27 | 143 | 114 | 54 |
| Binary | 1010101 | 11000100 | 11011 | 111001 | 0 | 1010110 | 10111 | 1100011 | 1001100 | 101100 |
Color Harmonies of #55C41B
Complementary color
Monochromatic Colors of #55C41B
Black with #55C41B
Text Example
Text Example
White with #55C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C41B; }
p { color: rgb(85,196,27); }
H1.HeaderClassName
{
color: #55C41B;
}
.AnyTagClassName
{
color: #55C41B;
}
</style>
background-color css
<style>
a { background-color: #55C41B; }
a { background-color: rgb(85,196,27); }
div.DivClassName
{
background-color: #55C41B;
}
.BgClassName
{
background-color: #55C41B;
}
</style>
border-color css
<style>
span { border-color: #55C41B; }
span { border-color: rgb(85,196,27); }
td.TdClassName
{
border-color: #55C41B;
}
.TagClassName
{
border-color: #55C41B;
}
</style>