Shades of Kelly Green #65CA29
Tints of Kelly Green #65CA29
RGB
CMYK
RGB Variations
Color information
#65CA29 (or 0x65CA29) is known color: Kelly Green. HEX triplet: 65, CA and 29. RGB value is (101,202,41). Sum of RGB (Red+Green+Blue) = 101+202+41=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA29 is #9A35D6. Grayscale: #999999. Windows color (decimal): -10106327 or 2738789. OLE color: 2738789.
HSL color Cylindrical-coordinate representation of color #65CA29: hue angle of 97.64º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65CA29 is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 41 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.21 |
| HSL | 97.64º | 0.66% | 0.48% | - |
| HSV(B) | 97.64º | 0.8% | 0.79% | - |
| XYZ | 26.89 | 45.17 | 9.4 | - |
| YUV | 153.45 | 64.54 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 41 | 0.50 | 0 | 0.80 | 0.21 | 97.64 | 0.66 | 0.48 |
| Hex | 65 | CA | 29 | 32 | 0 | 50 | 15 | 62 | 42 | 30 |
| Octal | 145 | 312 | 51 | 62 | 0 | 120 | 25 | 142 | 102 | 60 |
| Binary | 1100101 | 11001010 | 101001 | 110010 | 0 | 1010000 | 10101 | 1100010 | 1000010 | 110000 |
Color Harmonies of #65CA29
Complementary color
Monochromatic Colors of #65CA29
Black with #65CA29
Text Example
Text Example
White with #65CA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA29; }
p { color: rgb(101,202,41); }
H1.HeaderClassName
{
color: #65CA29;
}
.AnyTagClassName
{
color: #65CA29;
}
</style>
background-color css
<style>
a { background-color: #65CA29; }
a { background-color: rgb(101,202,41); }
div.DivClassName
{
background-color: #65CA29;
}
.BgClassName
{
background-color: #65CA29;
}
</style>
border-color css
<style>
span { border-color: #65CA29; }
span { border-color: rgb(101,202,41); }
td.TdClassName
{
border-color: #65CA29;
}
.TagClassName
{
border-color: #65CA29;
}
</style>