Shades of Kelly Green #56CA2A
Tints of Kelly Green #56CA2A
RGB
CMYK
RGB Variations
Color information
#56CA2A (or 0x56CA2A) is known color: Kelly Green. HEX triplet: 56, CA and 2A. RGB value is (86,202,42). Sum of RGB (Red+Green+Blue) = 86+202+42=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #56CA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56CA2A is #A935D5. Grayscale: #959595. Windows color (decimal): -11089366 or 2804310. OLE color: 2804310.
HSL color Cylindrical-coordinate representation of color #56CA2A: hue angle of 103.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56CA2A is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 202 | 42 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.21 |
| HSL | 103.5º | 0.66% | 0.48% | - |
| HSV(B) | 103.5º | 0.79% | 0.79% | - |
| XYZ | 25.38 | 44.39 | 9.42 | - |
| YUV | 149.08 | 67.57 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 42 | 0.57 | 0 | 0.79 | 0.21 | 103.5 | 0.66 | 0.48 |
| Hex | 56 | CA | 2A | 39 | 0 | 4F | 15 | 68 | 42 | 30 |
| Octal | 126 | 312 | 52 | 71 | 0 | 117 | 25 | 150 | 102 | 60 |
| Binary | 1010110 | 11001010 | 101010 | 111001 | 0 | 1001111 | 10101 | 1101000 | 1000010 | 110000 |
Color Harmonies of #56CA2A
Complementary color
Monochromatic Colors of #56CA2A
Black with #56CA2A
Text Example
Text Example
White with #56CA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CA2A; }
p { color: rgb(86,202,42); }
H1.HeaderClassName
{
color: #56CA2A;
}
.AnyTagClassName
{
color: #56CA2A;
}
</style>
background-color css
<style>
a { background-color: #56CA2A; }
a { background-color: rgb(86,202,42); }
div.DivClassName
{
background-color: #56CA2A;
}
.BgClassName
{
background-color: #56CA2A;
}
</style>
border-color css
<style>
span { border-color: #56CA2A; }
span { border-color: rgb(86,202,42); }
td.TdClassName
{
border-color: #56CA2A;
}
.TagClassName
{
border-color: #56CA2A;
}
</style>