Shades of Kelly Green #65E125
Tints of Kelly Green #65E125
RGB
CMYK
RGB Variations
Color information
#65E125 (or 0x65E125) is known color: Kelly Green. HEX triplet: 65, E1 and 25. RGB value is (101,225,37). Sum of RGB (Red+Green+Blue) = 101+225+37=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #65E125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E125 is #9A1EDA. Grayscale: #A7A7A7. Windows color (decimal): -10100443 or 2482533. OLE color: 2482533.
HSL color Cylindrical-coordinate representation of color #65E125: hue angle of 99.57º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65E125 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 37 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.12 |
| HSL | 99.57º | 0.76% | 0.51% | - |
| HSV(B) | 99.57º | 0.84% | 0.88% | - |
| XYZ | 32.63 | 56.75 | 10.98 | - |
| YUV | 166.49 | 54.92 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 37 | 0.55 | 0 | 0.84 | 0.12 | 99.57 | 0.76 | 0.51 |
| Hex | 65 | E1 | 25 | 37 | 0 | 54 | C | 64 | 4C | 33 |
| Octal | 145 | 341 | 45 | 67 | 0 | 124 | 14 | 144 | 114 | 63 |
| Binary | 1100101 | 11100001 | 100101 | 110111 | 0 | 1010100 | 1100 | 1100100 | 1001100 | 110011 |
Color Harmonies of #65E125
Complementary color
Monochromatic Colors of #65E125
Black with #65E125
Text Example
Text Example
White with #65E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E125; }
p { color: rgb(101,225,37); }
H1.HeaderClassName
{
color: #65E125;
}
.AnyTagClassName
{
color: #65E125;
}
</style>
background-color css
<style>
a { background-color: #65E125; }
a { background-color: rgb(101,225,37); }
div.DivClassName
{
background-color: #65E125;
}
.BgClassName
{
background-color: #65E125;
}
</style>
border-color css
<style>
span { border-color: #65E125; }
span { border-color: rgb(101,225,37); }
td.TdClassName
{
border-color: #65E125;
}
.TagClassName
{
border-color: #65E125;
}
</style>