Shades of Kelly Green #65C219
Tints of Kelly Green #65C219
RGB
CMYK
RGB Variations
Color information
#65C219 (or 0x65C219) is known color: Kelly Green. HEX triplet: 65, C2 and 19. RGB value is (101,194,25). Sum of RGB (Red+Green+Blue) = 101+194+25=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 194 (76.17% from 255 or 60.62% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 194 - color contains mainly: green. Hex color #65C219 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C219 is #9A3DE6. Grayscale: #939393. Windows color (decimal): -10108391 or 1688165. OLE color: 1688165.
HSL color Cylindrical-coordinate representation of color #65C219: hue angle of 93.02º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65C219 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 194 | 25 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.24 |
| HSL | 93.02º | 0.77% | 0.43% | - |
| HSV(B) | 93.02º | 0.87% | 0.76% | - |
| XYZ | 24.83 | 41.42 | 7.61 | - |
| YUV | 146.93 | 59.19 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 25 | 0.48 | 0 | 0.87 | 0.24 | 93.02 | 0.77 | 0.43 |
| Hex | 65 | C2 | 19 | 30 | 0 | 57 | 18 | 5D | 4D | 2B |
| Octal | 145 | 302 | 31 | 60 | 0 | 127 | 30 | 135 | 115 | 53 |
| Binary | 1100101 | 11000010 | 11001 | 110000 | 0 | 1010111 | 11000 | 1011101 | 1001101 | 101011 |
Color Harmonies of #65C219
Complementary color
Monochromatic Colors of #65C219
Black with #65C219
Text Example
Text Example
White with #65C219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C219; }
p { color: rgb(101,194,25); }
H1.HeaderClassName
{
color: #65C219;
}
.AnyTagClassName
{
color: #65C219;
}
</style>
background-color css
<style>
a { background-color: #65C219; }
a { background-color: rgb(101,194,25); }
div.DivClassName
{
background-color: #65C219;
}
.BgClassName
{
background-color: #65C219;
}
</style>
border-color css
<style>
span { border-color: #65C219; }
span { border-color: rgb(101,194,25); }
td.TdClassName
{
border-color: #65C219;
}
.TagClassName
{
border-color: #65C219;
}
</style>