Shades of Pastel Green #65DD65
Tints of Pastel Green #65DD65
RGB
CMYK
RGB Variations
Color information
#65DD65 (or 0x65DD65) is known color: Pastel Green. HEX triplet: 65, DD and 65. RGB value is (101,221,101). Sum of RGB (Red+Green+Blue) = 101+221+101=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DD65 is #9A229A. Grayscale: #ABABAB. Windows color (decimal): -10101403 or 6675813. OLE color: 6675813.
HSL color Cylindrical-coordinate representation of color #65DD65: hue angle of 120º 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 #65DD65 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 101 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.13 |
| HSL | 120º | 0.64% | 0.63% | - |
| HSV(B) | 120º | 0.54% | 0.87% | - |
| XYZ | 33.57 | 55.42 | 21.24 | - |
| YUV | 171.44 | 88.24 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 101 | 0.54 | 0 | 0.54 | 0.13 | 120 | 0.64 | 0.63 |
| Hex | 65 | DD | 65 | 36 | 0 | 36 | D | 78 | 40 | 3F |
| Octal | 145 | 335 | 145 | 66 | 0 | 66 | 15 | 170 | 100 | 77 |
| Binary | 1100101 | 11011101 | 1100101 | 110110 | 0 | 110110 | 1101 | 1111000 | 1000000 | 111111 |
Color Harmonies of #65DD65
Complementary color
Monochromatic Colors of #65DD65
Black with #65DD65
Text Example
Text Example
White with #65DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD65; }
p { color: rgb(101,221,101); }
H1.HeaderClassName
{
color: #65DD65;
}
.AnyTagClassName
{
color: #65DD65;
}
</style>
background-color css
<style>
a { background-color: #65DD65; }
a { background-color: rgb(101,221,101); }
div.DivClassName
{
background-color: #65DD65;
}
.BgClassName
{
background-color: #65DD65;
}
</style>
border-color css
<style>
span { border-color: #65DD65; }
span { border-color: rgb(101,221,101); }
td.TdClassName
{
border-color: #65DD65;
}
.TagClassName
{
border-color: #65DD65;
}
</style>