Shades of Pastel Green #65DD6E
Tints of Pastel Green #65DD6E
RGB
CMYK
RGB Variations
Color information
#65DD6E (or 0x65DD6E) is known color: Pastel Green. HEX triplet: 65, DD and 6E. RGB value is (101,221,110). Sum of RGB (Red+Green+Blue) = 101+221+110=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DD6E is #9A2291. Grayscale: #ACACAC. Windows color (decimal): -10101394 or 7265637. OLE color: 7265637.
HSL color Cylindrical-coordinate representation of color #65DD6E: hue angle of 124.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DD6E is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 110 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.13 |
| HSL | 124.5º | 0.64% | 0.63% | - |
| HSV(B) | 124.5º | 0.54% | 0.87% | - |
| XYZ | 34.04 | 55.61 | 23.69 | - |
| YUV | 172.47 | 92.74 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 110 | 0.54 | 0 | 0.50 | 0.13 | 124.5 | 0.64 | 0.63 |
| Hex | 65 | DD | 6E | 36 | 0 | 32 | D | 7C | 40 | 3F |
| Octal | 145 | 335 | 156 | 66 | 0 | 62 | 15 | 174 | 100 | 77 |
| Binary | 1100101 | 11011101 | 1101110 | 110110 | 0 | 110010 | 1101 | 1111100 | 1000000 | 111111 |
Color Harmonies of #65DD6E
Complementary color
Monochromatic Colors of #65DD6E
Black with #65DD6E
Text Example
Text Example
White with #65DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD6E; }
p { color: rgb(101,221,110); }
H1.HeaderClassName
{
color: #65DD6E;
}
.AnyTagClassName
{
color: #65DD6E;
}
</style>
background-color css
<style>
a { background-color: #65DD6E; }
a { background-color: rgb(101,221,110); }
div.DivClassName
{
background-color: #65DD6E;
}
.BgClassName
{
background-color: #65DD6E;
}
</style>
border-color css
<style>
span { border-color: #65DD6E; }
span { border-color: rgb(101,221,110); }
td.TdClassName
{
border-color: #65DD6E;
}
.TagClassName
{
border-color: #65DD6E;
}
</style>