Shades of Kelly Green #65E12A
Tints of Kelly Green #65E12A
RGB
CMYK
RGB Variations
Color information
#65E12A (or 0x65E12A) is known color: Kelly Green. HEX triplet: 65, E1 and 2A. RGB value is (101,225,42). Sum of RGB (Red+Green+Blue) = 101+225+42=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 225 (88.28% from 255 or 61.14% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 225 - color contains mainly: green. Hex color #65E12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E12A is #9A1ED5. Grayscale: #A7A7A7. Windows color (decimal): -10100438 or 2810213. OLE color: 2810213.
HSL color Cylindrical-coordinate representation of color #65E12A: hue angle of 100.66º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65E12A is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 42 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.12 |
| HSL | 100.66º | 0.75% | 0.52% | - |
| HSV(B) | 100.66º | 0.81% | 0.88% | - |
| XYZ | 32.71 | 56.78 | 11.43 | - |
| YUV | 167.06 | 57.42 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 42 | 0.55 | 0 | 0.81 | 0.12 | 100.66 | 0.75 | 0.52 |
| Hex | 65 | E1 | 2A | 37 | 0 | 51 | C | 65 | 4B | 34 |
| Octal | 145 | 341 | 52 | 67 | 0 | 121 | 14 | 145 | 113 | 64 |
| Binary | 1100101 | 11100001 | 101010 | 110111 | 0 | 1010001 | 1100 | 1100101 | 1001011 | 110100 |
Color Harmonies of #65E12A
Complementary color
Monochromatic Colors of #65E12A
Black with #65E12A
Text Example
Text Example
White with #65E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E12A; }
p { color: rgb(101,225,42); }
H1.HeaderClassName
{
color: #65E12A;
}
.AnyTagClassName
{
color: #65E12A;
}
</style>
background-color css
<style>
a { background-color: #65E12A; }
a { background-color: rgb(101,225,42); }
div.DivClassName
{
background-color: #65E12A;
}
.BgClassName
{
background-color: #65E12A;
}
</style>
border-color css
<style>
span { border-color: #65E12A; }
span { border-color: rgb(101,225,42); }
td.TdClassName
{
border-color: #65E12A;
}
.TagClassName
{
border-color: #65E12A;
}
</style>