Shades of Kelly Green #65D50B
Tints of Kelly Green #65D50B
RGB
CMYK
RGB Variations
Color information
#65D50B (or 0x65D50B) is known color: Kelly Green. HEX triplet: 65, D5 and 0B. RGB value is (101,213,11). Sum of RGB (Red+Green+Blue) = 101+213+11=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #65D50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D50B is #9A2AF4. Grayscale: #9D9D9D. Windows color (decimal): -10103541 or 775525. OLE color: 775525.
HSL color Cylindrical-coordinate representation of color #65D50B: hue angle of 93.27º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65D50B is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 11 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.16 |
| HSL | 93.27º | 0.9% | 0.44% | - |
| HSV(B) | 93.27º | 0.95% | 0.84% | - |
| XYZ | 29.22 | 50.38 | 8.5 | - |
| YUV | 156.48 | 45.89 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 11 | 0.53 | 0 | 0.95 | 0.16 | 93.27 | 0.9 | 0.44 |
| Hex | 65 | D5 | B | 35 | 0 | 5F | 10 | 5D | 5A | 2C |
| Octal | 145 | 325 | 13 | 65 | 0 | 137 | 20 | 135 | 132 | 54 |
| Binary | 1100101 | 11010101 | 1011 | 110101 | 0 | 1011111 | 10000 | 1011101 | 1011010 | 101100 |
Color Harmonies of #65D50B
Complementary color
Monochromatic Colors of #65D50B
Black with #65D50B
Text Example
Text Example
White with #65D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D50B; }
p { color: rgb(101,213,11); }
H1.HeaderClassName
{
color: #65D50B;
}
.AnyTagClassName
{
color: #65D50B;
}
</style>
background-color css
<style>
a { background-color: #65D50B; }
a { background-color: rgb(101,213,11); }
div.DivClassName
{
background-color: #65D50B;
}
.BgClassName
{
background-color: #65D50B;
}
</style>
border-color css
<style>
span { border-color: #65D50B; }
span { border-color: rgb(101,213,11); }
td.TdClassName
{
border-color: #65D50B;
}
.TagClassName
{
border-color: #65D50B;
}
</style>