Shades of Pastel Green #65DD71
Tints of Pastel Green #65DD71
RGB
CMYK
RGB Variations
Color information
#65DD71 (or 0x65DD71) is known color: Pastel Green. HEX triplet: 65, DD and 71. RGB value is (101,221,113). Sum of RGB (Red+Green+Blue) = 101+221+113=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DD71 is #9A228E. Grayscale: #ADADAD. Windows color (decimal): -10101391 or 7462245. OLE color: 7462245.
HSL color Cylindrical-coordinate representation of color #65DD71: hue angle of 126º 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 #65DD71 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 113 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.13 |
| HSL | 126º | 0.64% | 0.63% | - |
| HSV(B) | 126º | 0.54% | 0.87% | - |
| XYZ | 34.2 | 55.67 | 24.57 | - |
| YUV | 172.81 | 94.24 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 113 | 0.54 | 0 | 0.49 | 0.13 | 126 | 0.64 | 0.63 |
| Hex | 65 | DD | 71 | 36 | 0 | 31 | D | 7E | 40 | 3F |
| Octal | 145 | 335 | 161 | 66 | 0 | 61 | 15 | 176 | 100 | 77 |
| Binary | 1100101 | 11011101 | 1110001 | 110110 | 0 | 110001 | 1101 | 1111110 | 1000000 | 111111 |
Color Harmonies of #65DD71
Complementary color
Monochromatic Colors of #65DD71
Black with #65DD71
Text Example
Text Example
White with #65DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD71; }
p { color: rgb(101,221,113); }
H1.HeaderClassName
{
color: #65DD71;
}
.AnyTagClassName
{
color: #65DD71;
}
</style>
background-color css
<style>
a { background-color: #65DD71; }
a { background-color: rgb(101,221,113); }
div.DivClassName
{
background-color: #65DD71;
}
.BgClassName
{
background-color: #65DD71;
}
</style>
border-color css
<style>
span { border-color: #65DD71; }
span { border-color: rgb(101,221,113); }
td.TdClassName
{
border-color: #65DD71;
}
.TagClassName
{
border-color: #65DD71;
}
</style>