Shades of Kelly Green #55CC1F
Tints of Kelly Green #55CC1F
RGB
CMYK
RGB Variations
Color information
#55CC1F (or 0x55CC1F) is known color: Kelly Green. HEX triplet: 55, CC and 1F. RGB value is (85,204,31). Sum of RGB (Red+Green+Blue) = 85+204+31=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC1F is #AA33E0. Grayscale: #959595. Windows color (decimal): -11154401 or 2083925. OLE color: 2083925.
HSL color Cylindrical-coordinate representation of color #55CC1F: hue angle of 101.27º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55CC1F is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 31 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.2 |
| HSL | 101.27º | 0.74% | 0.46% | - |
| HSV(B) | 101.27º | 0.85% | 0.8% | - |
| XYZ | 25.59 | 45.22 | 8.68 | - |
| YUV | 148.7 | 61.58 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 31 | 0.58 | 0 | 0.85 | 0.2 | 101.27 | 0.74 | 0.46 |
| Hex | 55 | CC | 1F | 3A | 0 | 55 | 14 | 65 | 4A | 2E |
| Octal | 125 | 314 | 37 | 72 | 0 | 125 | 24 | 145 | 112 | 56 |
| Binary | 1010101 | 11001100 | 11111 | 111010 | 0 | 1010101 | 10100 | 1100101 | 1001010 | 101110 |
Color Harmonies of #55CC1F
Complementary color
Monochromatic Colors of #55CC1F
Black with #55CC1F
Text Example
Text Example
White with #55CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC1F; }
p { color: rgb(85,204,31); }
H1.HeaderClassName
{
color: #55CC1F;
}
.AnyTagClassName
{
color: #55CC1F;
}
</style>
background-color css
<style>
a { background-color: #55CC1F; }
a { background-color: rgb(85,204,31); }
div.DivClassName
{
background-color: #55CC1F;
}
.BgClassName
{
background-color: #55CC1F;
}
</style>
border-color css
<style>
span { border-color: #55CC1F; }
span { border-color: rgb(85,204,31); }
td.TdClassName
{
border-color: #55CC1F;
}
.TagClassName
{
border-color: #55CC1F;
}
</style>