Shades of Kelly Green #65CE2A
Tints of Kelly Green #65CE2A
RGB
CMYK
RGB Variations
Color information
#65CE2A (or 0x65CE2A) is known color: Kelly Green. HEX triplet: 65, CE and 2A. RGB value is (101,206,42). Sum of RGB (Red+Green+Blue) = 101+206+42=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CE2A is #9A31D5. Grayscale: #9C9C9C. Windows color (decimal): -10105302 or 2805349. OLE color: 2805349.
HSL color Cylindrical-coordinate representation of color #65CE2A: hue angle of 98.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65CE2A is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 42 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.19 |
| HSL | 98.41º | 0.66% | 0.49% | - |
| HSV(B) | 98.41º | 0.8% | 0.81% | - |
| XYZ | 27.86 | 47.08 | 9.81 | - |
| YUV | 155.91 | 63.71 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 42 | 0.51 | 0 | 0.80 | 0.19 | 98.41 | 0.66 | 0.49 |
| Hex | 65 | CE | 2A | 33 | 0 | 50 | 13 | 62 | 42 | 31 |
| Octal | 145 | 316 | 52 | 63 | 0 | 120 | 23 | 142 | 102 | 61 |
| Binary | 1100101 | 11001110 | 101010 | 110011 | 0 | 1010000 | 10011 | 1100010 | 1000010 | 110001 |
Color Harmonies of #65CE2A
Complementary color
Monochromatic Colors of #65CE2A
Black with #65CE2A
Text Example
Text Example
White with #65CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CE2A; }
p { color: rgb(101,206,42); }
H1.HeaderClassName
{
color: #65CE2A;
}
.AnyTagClassName
{
color: #65CE2A;
}
</style>
background-color css
<style>
a { background-color: #65CE2A; }
a { background-color: rgb(101,206,42); }
div.DivClassName
{
background-color: #65CE2A;
}
.BgClassName
{
background-color: #65CE2A;
}
</style>
border-color css
<style>
span { border-color: #65CE2A; }
span { border-color: rgb(101,206,42); }
td.TdClassName
{
border-color: #65CE2A;
}
.TagClassName
{
border-color: #65CE2A;
}
</style>