Shades of Kelly Green #65D01A
Tints of Kelly Green #65D01A
RGB
CMYK
RGB Variations
Color information
#65D01A (or 0x65D01A) is known color: Kelly Green. HEX triplet: 65, D0 and 1A. RGB value is (101,208,26). Sum of RGB (Red+Green+Blue) = 101+208+26=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #65D01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D01A is #9A2FE5. Grayscale: #9B9B9B. Windows color (decimal): -10104806 or 1757285. OLE color: 1757285.
HSL color Cylindrical-coordinate representation of color #65D01A: hue angle of 95.27º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65D01A is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 26 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.18 |
| HSL | 95.27º | 0.78% | 0.46% | - |
| HSV(B) | 95.27º | 0.88% | 0.82% | - |
| XYZ | 28.11 | 47.95 | 8.75 | - |
| YUV | 155.26 | 55.05 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 26 | 0.51 | 0 | 0.88 | 0.18 | 95.27 | 0.78 | 0.46 |
| Hex | 65 | D0 | 1A | 33 | 0 | 58 | 12 | 5F | 4E | 2E |
| Octal | 145 | 320 | 32 | 63 | 0 | 130 | 22 | 137 | 116 | 56 |
| Binary | 1100101 | 11010000 | 11010 | 110011 | 0 | 1011000 | 10010 | 1011111 | 1001110 | 101110 |
Color Harmonies of #65D01A
Complementary color
Monochromatic Colors of #65D01A
Black with #65D01A
Text Example
Text Example
White with #65D01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D01A; }
p { color: rgb(101,208,26); }
H1.HeaderClassName
{
color: #65D01A;
}
.AnyTagClassName
{
color: #65D01A;
}
</style>
background-color css
<style>
a { background-color: #65D01A; }
a { background-color: rgb(101,208,26); }
div.DivClassName
{
background-color: #65D01A;
}
.BgClassName
{
background-color: #65D01A;
}
</style>
border-color css
<style>
span { border-color: #65D01A; }
span { border-color: rgb(101,208,26); }
td.TdClassName
{
border-color: #65D01A;
}
.TagClassName
{
border-color: #65D01A;
}
</style>