Shades of Kelly Green #65DC2D
Tints of Kelly Green #65DC2D
RGB
CMYK
RGB Variations
Color information
#65DC2D (or 0x65DC2D) is known color: Kelly Green. HEX triplet: 65, DC and 2D. RGB value is (101,220,45). Sum of RGB (Red+Green+Blue) = 101+220+45=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DC2D is #9A23D2. Grayscale: #A5A5A5. Windows color (decimal): -10101715 or 3005541. OLE color: 3005541.
HSL color Cylindrical-coordinate representation of color #65DC2D: hue angle of 100.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65DC2D is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 45 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.14 |
| HSL | 100.8º | 0.71% | 0.52% | - |
| HSV(B) | 100.8º | 0.8% | 0.86% | - |
| XYZ | 31.43 | 54.14 | 11.28 | - |
| YUV | 164.47 | 60.58 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 45 | 0.54 | 0 | 0.80 | 0.14 | 100.8 | 0.71 | 0.52 |
| Hex | 65 | DC | 2D | 36 | 0 | 50 | E | 65 | 47 | 34 |
| Octal | 145 | 334 | 55 | 66 | 0 | 120 | 16 | 145 | 107 | 64 |
| Binary | 1100101 | 11011100 | 101101 | 110110 | 0 | 1010000 | 1110 | 1100101 | 1000111 | 110100 |
Color Harmonies of #65DC2D
Complementary color
Monochromatic Colors of #65DC2D
Black with #65DC2D
Text Example
Text Example
White with #65DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC2D; }
p { color: rgb(101,220,45); }
H1.HeaderClassName
{
color: #65DC2D;
}
.AnyTagClassName
{
color: #65DC2D;
}
</style>
background-color css
<style>
a { background-color: #65DC2D; }
a { background-color: rgb(101,220,45); }
div.DivClassName
{
background-color: #65DC2D;
}
.BgClassName
{
background-color: #65DC2D;
}
</style>
border-color css
<style>
span { border-color: #65DC2D; }
span { border-color: rgb(101,220,45); }
td.TdClassName
{
border-color: #65DC2D;
}
.TagClassName
{
border-color: #65DC2D;
}
</style>