Shades of Kelly Green #65D21B
Tints of Kelly Green #65D21B
RGB
CMYK
RGB Variations
Color information
#65D21B (or 0x65D21B) is known color: Kelly Green. HEX triplet: 65, D2 and 1B. RGB value is (101,210,27). Sum of RGB (Red+Green+Blue) = 101+210+27=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #65D21B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D21B is #9A2DE4. Grayscale: #9D9D9D. Windows color (decimal): -10104293 or 1823333. OLE color: 1823333.
HSL color Cylindrical-coordinate representation of color #65D21B: hue angle of 95.74º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65D21B is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 27 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.18 |
| HSL | 95.74º | 0.77% | 0.46% | - |
| HSV(B) | 95.74º | 0.87% | 0.82% | - |
| XYZ | 28.61 | 48.94 | 8.98 | - |
| YUV | 156.55 | 54.89 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 27 | 0.52 | 0 | 0.87 | 0.18 | 95.74 | 0.77 | 0.46 |
| Hex | 65 | D2 | 1B | 34 | 0 | 57 | 12 | 60 | 4D | 2E |
| Octal | 145 | 322 | 33 | 64 | 0 | 127 | 22 | 140 | 115 | 56 |
| Binary | 1100101 | 11010010 | 11011 | 110100 | 0 | 1010111 | 10010 | 1100000 | 1001101 | 101110 |
Color Harmonies of #65D21B
Complementary color
Monochromatic Colors of #65D21B
Black with #65D21B
Text Example
Text Example
White with #65D21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D21B; }
p { color: rgb(101,210,27); }
H1.HeaderClassName
{
color: #65D21B;
}
.AnyTagClassName
{
color: #65D21B;
}
</style>
background-color css
<style>
a { background-color: #65D21B; }
a { background-color: rgb(101,210,27); }
div.DivClassName
{
background-color: #65D21B;
}
.BgClassName
{
background-color: #65D21B;
}
</style>
border-color css
<style>
span { border-color: #65D21B; }
span { border-color: rgb(101,210,27); }
td.TdClassName
{
border-color: #65D21B;
}
.TagClassName
{
border-color: #65D21B;
}
</style>