Shades of Kelly Green #55CE25
Tints of Kelly Green #55CE25
RGB
CMYK
RGB Variations
Color information
#55CE25 (or 0x55CE25) is known color: Kelly Green. HEX triplet: 55, CE and 25. RGB value is (85,206,37). Sum of RGB (Red+Green+Blue) = 85+206+37=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE25 is #AA31DA. Grayscale: #979797. Windows color (decimal): -11153883 or 2477653. OLE color: 2477653.
HSL color Cylindrical-coordinate representation of color #55CE25: hue angle of 102.96º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55CE25 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 37 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.19 |
| HSL | 102.96º | 0.7% | 0.48% | - |
| HSV(B) | 102.96º | 0.82% | 0.81% | - |
| XYZ | 26.15 | 46.21 | 9.29 | - |
| YUV | 150.56 | 63.91 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 37 | 0.59 | 0 | 0.82 | 0.19 | 102.96 | 0.7 | 0.48 |
| Hex | 55 | CE | 25 | 3B | 0 | 52 | 13 | 67 | 46 | 30 |
| Octal | 125 | 316 | 45 | 73 | 0 | 122 | 23 | 147 | 106 | 60 |
| Binary | 1010101 | 11001110 | 100101 | 111011 | 0 | 1010010 | 10011 | 1100111 | 1000110 | 110000 |
Color Harmonies of #55CE25
Complementary color
Monochromatic Colors of #55CE25
Black with #55CE25
Text Example
Text Example
White with #55CE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE25; }
p { color: rgb(85,206,37); }
H1.HeaderClassName
{
color: #55CE25;
}
.AnyTagClassName
{
color: #55CE25;
}
</style>
background-color css
<style>
a { background-color: #55CE25; }
a { background-color: rgb(85,206,37); }
div.DivClassName
{
background-color: #55CE25;
}
.BgClassName
{
background-color: #55CE25;
}
</style>
border-color css
<style>
span { border-color: #55CE25; }
span { border-color: rgb(85,206,37); }
td.TdClassName
{
border-color: #55CE25;
}
.TagClassName
{
border-color: #55CE25;
}
</style>