Shades of Pastel Green #65DA6D
Tints of Pastel Green #65DA6D
RGB
CMYK
RGB Variations
Color information
#65DA6D (or 0x65DA6D) is known color: Pastel Green. HEX triplet: 65, DA and 6D. RGB value is (101,218,109). Sum of RGB (Red+Green+Blue) = 101+218+109=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DA6D is #9A2592. Grayscale: #AAAAAA. Windows color (decimal): -10102163 or 7199333. OLE color: 7199333.
HSL color Cylindrical-coordinate representation of color #65DA6D: hue angle of 124.1º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DA6D is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 109 | - |
| CMYK | 0.54 | 0 | 0.5 | 0.15 |
| HSL | 124.1º | 0.61% | 0.63% | - |
| HSV(B) | 124.1º | 0.54% | 0.85% | - |
| XYZ | 33.2 | 54.01 | 23.14 | - |
| YUV | 170.59 | 93.24 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 109 | 0.54 | 0 | 0.5 | 0.15 | 124.1 | 0.61 | 0.63 |
| Hex | 65 | DA | 6D | 36 | 0 | 32 | F | 7C | 3D | 3F |
| Octal | 145 | 332 | 155 | 66 | 0 | 62 | 17 | 174 | 75 | 77 |
| Binary | 1100101 | 11011010 | 1101101 | 110110 | 0 | 110010 | 1111 | 1111100 | 111101 | 111111 |
Color Harmonies of #65DA6D
Complementary color
Monochromatic Colors of #65DA6D
Black with #65DA6D
Text Example
Text Example
White with #65DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DA6D; }
p { color: rgb(101,218,109); }
H1.HeaderClassName
{
color: #65DA6D;
}
.AnyTagClassName
{
color: #65DA6D;
}
</style>
background-color css
<style>
a { background-color: #65DA6D; }
a { background-color: rgb(101,218,109); }
div.DivClassName
{
background-color: #65DA6D;
}
.BgClassName
{
background-color: #65DA6D;
}
</style>
border-color css
<style>
span { border-color: #65DA6D; }
span { border-color: rgb(101,218,109); }
td.TdClassName
{
border-color: #65DA6D;
}
.TagClassName
{
border-color: #65DA6D;
}
</style>