Shades of Kelly Green #65C02B
Tints of Kelly Green #65C02B
RGB
CMYK
RGB Variations
Color information
#65C02B (or 0x65C02B) is known color: Kelly Green. HEX triplet: 65, C0 and 2B. RGB value is (101,192,43). Sum of RGB (Red+Green+Blue) = 101+192+43=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #65C02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C02B is #9A3FD4. Grayscale: #949494. Windows color (decimal): -10108885 or 2867301. OLE color: 2867301.
HSL color Cylindrical-coordinate representation of color #65C02B: hue angle of 96.64º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65C02B is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 43 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.25 |
| HSL | 96.64º | 0.63% | 0.46% | - |
| HSV(B) | 96.64º | 0.78% | 0.75% | - |
| XYZ | 24.65 | 40.64 | 8.83 | - |
| YUV | 147.81 | 68.85 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 43 | 0.47 | 0 | 0.78 | 0.25 | 96.64 | 0.63 | 0.46 |
| Hex | 65 | C0 | 2B | 2F | 0 | 4E | 19 | 61 | 3F | 2E |
| Octal | 145 | 300 | 53 | 57 | 0 | 116 | 31 | 141 | 77 | 56 |
| Binary | 1100101 | 11000000 | 101011 | 101111 | 0 | 1001110 | 11001 | 1100001 | 111111 | 101110 |
Color Harmonies of #65C02B
Complementary color
Monochromatic Colors of #65C02B
Black with #65C02B
Text Example
Text Example
White with #65C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C02B; }
p { color: rgb(101,192,43); }
H1.HeaderClassName
{
color: #65C02B;
}
.AnyTagClassName
{
color: #65C02B;
}
</style>
background-color css
<style>
a { background-color: #65C02B; }
a { background-color: rgb(101,192,43); }
div.DivClassName
{
background-color: #65C02B;
}
.BgClassName
{
background-color: #65C02B;
}
</style>
border-color css
<style>
span { border-color: #65C02B; }
span { border-color: rgb(101,192,43); }
td.TdClassName
{
border-color: #65C02B;
}
.TagClassName
{
border-color: #65C02B;
}
</style>