Shades of Kelly Green #56CC1C
Tints of Kelly Green #56CC1C
RGB
CMYK
RGB Variations
Color information
#56CC1C (or 0x56CC1C) is known color: Kelly Green. HEX triplet: 56, CC and 1C. RGB value is (86,204,28). Sum of RGB (Red+Green+Blue) = 86+204+28=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #56CC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56CC1C is #A933E3. Grayscale: #959595. Windows color (decimal): -11088868 or 1887318. OLE color: 1887318.
HSL color Cylindrical-coordinate representation of color #56CC1C: hue angle of 100.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56CC1C is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 204 | 28 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.2 |
| HSL | 100.23º | 0.76% | 0.45% | - |
| HSV(B) | 100.23º | 0.86% | 0.8% | - |
| XYZ | 25.64 | 45.25 | 8.48 | - |
| YUV | 148.65 | 59.91 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 28 | 0.58 | 0 | 0.86 | 0.2 | 100.23 | 0.76 | 0.45 |
| Hex | 56 | CC | 1C | 3A | 0 | 56 | 14 | 64 | 4C | 2D |
| Octal | 126 | 314 | 34 | 72 | 0 | 126 | 24 | 144 | 114 | 55 |
| Binary | 1010110 | 11001100 | 11100 | 111010 | 0 | 1010110 | 10100 | 1100100 | 1001100 | 101101 |
Color Harmonies of #56CC1C
Complementary color
Monochromatic Colors of #56CC1C
Black with #56CC1C
Text Example
Text Example
White with #56CC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CC1C; }
p { color: rgb(86,204,28); }
H1.HeaderClassName
{
color: #56CC1C;
}
.AnyTagClassName
{
color: #56CC1C;
}
</style>
background-color css
<style>
a { background-color: #56CC1C; }
a { background-color: rgb(86,204,28); }
div.DivClassName
{
background-color: #56CC1C;
}
.BgClassName
{
background-color: #56CC1C;
}
</style>
border-color css
<style>
span { border-color: #56CC1C; }
span { border-color: rgb(86,204,28); }
td.TdClassName
{
border-color: #56CC1C;
}
.TagClassName
{
border-color: #56CC1C;
}
</style>