Shades of Pastel Green #65DB6D
Tints of Pastel Green #65DB6D
RGB
CMYK
RGB Variations
Color information
#65DB6D (or 0x65DB6D) is known color: Pastel Green. HEX triplet: 65, DB and 6D. RGB value is (101,219,109). Sum of RGB (Red+Green+Blue) = 101+219+109=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DB6D is #9A2492. Grayscale: #ABABAB. Windows color (decimal): -10101907 or 7199589. OLE color: 7199589.
HSL color Cylindrical-coordinate representation of color #65DB6D: hue angle of 124.07º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DB6D is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 109 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.14 |
| HSL | 124.07º | 0.62% | 0.63% | - |
| HSV(B) | 124.07º | 0.54% | 0.86% | - |
| XYZ | 33.46 | 54.53 | 23.23 | - |
| YUV | 171.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 109 | 0.54 | 0 | 0.50 | 0.14 | 124.07 | 0.62 | 0.63 |
| Hex | 65 | DB | 6D | 36 | 0 | 32 | E | 7C | 3E | 3F |
| Octal | 145 | 333 | 155 | 66 | 0 | 62 | 16 | 174 | 76 | 77 |
| Binary | 1100101 | 11011011 | 1101101 | 110110 | 0 | 110010 | 1110 | 1111100 | 111110 | 111111 |
Color Harmonies of #65DB6D
Complementary color
Monochromatic Colors of #65DB6D
Black with #65DB6D
Text Example
Text Example
White with #65DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DB6D; }
p { color: rgb(101,219,109); }
H1.HeaderClassName
{
color: #65DB6D;
}
.AnyTagClassName
{
color: #65DB6D;
}
</style>
background-color css
<style>
a { background-color: #65DB6D; }
a { background-color: rgb(101,219,109); }
div.DivClassName
{
background-color: #65DB6D;
}
.BgClassName
{
background-color: #65DB6D;
}
</style>
border-color css
<style>
span { border-color: #65DB6D; }
span { border-color: rgb(101,219,109); }
td.TdClassName
{
border-color: #65DB6D;
}
.TagClassName
{
border-color: #65DB6D;
}
</style>