Shades of Pastel Green #65DB7B
Tints of Pastel Green #65DB7B
RGB
CMYK
RGB Variations
Color information
#65DB7B (or 0x65DB7B) is known color: Pastel Green. HEX triplet: 65, DB and 7B. RGB value is (101,219,123). Sum of RGB (Red+Green+Blue) = 101+219+123=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #65DB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DB7B is #9A2484. Grayscale: #ADADAD. Windows color (decimal): -10101893 or 8117093. OLE color: 8117093.
HSL color Cylindrical-coordinate representation of color #65DB7B: hue angle of 131.19º 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 #65DB7B is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 123 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.14 |
| HSL | 131.19º | 0.62% | 0.63% | - |
| HSV(B) | 131.19º | 0.54% | 0.86% | - |
| XYZ | 34.27 | 54.86 | 27.52 | - |
| YUV | 172.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 123 | 0.54 | 0 | 0.44 | 0.14 | 131.19 | 0.62 | 0.63 |
| Hex | 65 | DB | 7B | 36 | 0 | 2C | E | 83 | 3E | 3F |
| Octal | 145 | 333 | 173 | 66 | 0 | 54 | 16 | 203 | 76 | 77 |
| Binary | 1100101 | 11011011 | 1111011 | 110110 | 0 | 101100 | 1110 | 10000011 | 111110 | 111111 |
Color Harmonies of #65DB7B
Complementary color
Monochromatic Colors of #65DB7B
Black with #65DB7B
Text Example
Text Example
White with #65DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DB7B; }
p { color: rgb(101,219,123); }
H1.HeaderClassName
{
color: #65DB7B;
}
.AnyTagClassName
{
color: #65DB7B;
}
</style>
background-color css
<style>
a { background-color: #65DB7B; }
a { background-color: rgb(101,219,123); }
div.DivClassName
{
background-color: #65DB7B;
}
.BgClassName
{
background-color: #65DB7B;
}
</style>
border-color css
<style>
span { border-color: #65DB7B; }
span { border-color: rgb(101,219,123); }
td.TdClassName
{
border-color: #65DB7B;
}
.TagClassName
{
border-color: #65DB7B;
}
</style>