Shades of Kelly Green #65D52A
Tints of Kelly Green #65D52A
RGB
CMYK
RGB Variations
Color information
#65D52A (or 0x65D52A) is known color: Kelly Green. HEX triplet: 65, D5 and 2A. RGB value is (101,213,42). Sum of RGB (Red+Green+Blue) = 101+213+42=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #65D52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D52A is #9A2AD5. Grayscale: #A0A0A0. Windows color (decimal): -10103510 or 2807141. OLE color: 2807141.
HSL color Cylindrical-coordinate representation of color #65D52A: hue angle of 99.3º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65D52A is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 42 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.16 |
| HSL | 99.3º | 0.67% | 0.5% | - |
| HSV(B) | 99.3º | 0.8% | 0.84% | - |
| XYZ | 29.58 | 50.52 | 10.38 | - |
| YUV | 160.02 | 61.39 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 42 | 0.53 | 0 | 0.80 | 0.16 | 99.3 | 0.67 | 0.5 |
| Hex | 65 | D5 | 2A | 35 | 0 | 50 | 10 | 63 | 43 | 32 |
| Octal | 145 | 325 | 52 | 65 | 0 | 120 | 20 | 143 | 103 | 62 |
| Binary | 1100101 | 11010101 | 101010 | 110101 | 0 | 1010000 | 10000 | 1100011 | 1000011 | 110010 |
Color Harmonies of #65D52A
Complementary color
Monochromatic Colors of #65D52A
Black with #65D52A
Text Example
Text Example
White with #65D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D52A; }
p { color: rgb(101,213,42); }
H1.HeaderClassName
{
color: #65D52A;
}
.AnyTagClassName
{
color: #65D52A;
}
</style>
background-color css
<style>
a { background-color: #65D52A; }
a { background-color: rgb(101,213,42); }
div.DivClassName
{
background-color: #65D52A;
}
.BgClassName
{
background-color: #65D52A;
}
</style>
border-color css
<style>
span { border-color: #65D52A; }
span { border-color: rgb(101,213,42); }
td.TdClassName
{
border-color: #65D52A;
}
.TagClassName
{
border-color: #65D52A;
}
</style>