Shades of Kelly Green #56CF2A
Tints of Kelly Green #56CF2A
RGB
CMYK
RGB Variations
Color information
#56CF2A (or 0x56CF2A) is known color: Kelly Green. HEX triplet: 56, CF and 2A. RGB value is (86,207,42). Sum of RGB (Red+Green+Blue) = 86+207+42=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56CF2A is #A930D5. Grayscale: #989898. Windows color (decimal): -11088086 or 2805590. OLE color: 2805590.
HSL color Cylindrical-coordinate representation of color #56CF2A: hue angle of 104º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56CF2A is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 42 | - |
| CMYK | 0.58 | 0 | 0.80 | 0.19 |
| HSL | 104º | 0.66% | 0.49% | - |
| HSV(B) | 104º | 0.8% | 0.81% | - |
| XYZ | 26.57 | 46.77 | 9.82 | - |
| YUV | 152.01 | 65.91 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 42 | 0.58 | 0 | 0.80 | 0.19 | 104 | 0.66 | 0.49 |
| Hex | 56 | CF | 2A | 3A | 0 | 50 | 13 | 68 | 42 | 31 |
| Octal | 126 | 317 | 52 | 72 | 0 | 120 | 23 | 150 | 102 | 61 |
| Binary | 1010110 | 11001111 | 101010 | 111010 | 0 | 1010000 | 10011 | 1101000 | 1000010 | 110001 |
Color Harmonies of #56CF2A
Complementary color
Monochromatic Colors of #56CF2A
Black with #56CF2A
Text Example
Text Example
White with #56CF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF2A; }
p { color: rgb(86,207,42); }
H1.HeaderClassName
{
color: #56CF2A;
}
.AnyTagClassName
{
color: #56CF2A;
}
</style>
background-color css
<style>
a { background-color: #56CF2A; }
a { background-color: rgb(86,207,42); }
div.DivClassName
{
background-color: #56CF2A;
}
.BgClassName
{
background-color: #56CF2A;
}
</style>
border-color css
<style>
span { border-color: #56CF2A; }
span { border-color: rgb(86,207,42); }
td.TdClassName
{
border-color: #56CF2A;
}
.TagClassName
{
border-color: #56CF2A;
}
</style>