Shades of Pastel Green #65DA7C
Tints of Pastel Green #65DA7C
RGB
CMYK
RGB Variations
Color information
#65DA7C (or 0x65DA7C) is known color: Pastel Green. HEX triplet: 65, DA and 7C. RGB value is (101,218,124). Sum of RGB (Red+Green+Blue) = 101+218+124=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DA7C is #9A2583. Grayscale: #ACACAC. Windows color (decimal): -10102148 or 8182373. OLE color: 8182373.
HSL color Cylindrical-coordinate representation of color #65DA7C: hue angle of 131.79º 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 #65DA7C is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 124 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.15 |
| HSL | 131.79º | 0.61% | 0.63% | - |
| HSV(B) | 131.79º | 0.54% | 0.85% | - |
| XYZ | 34.08 | 54.36 | 27.77 | - |
| YUV | 172.3 | 100.74 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 124 | 0.54 | 0 | 0.43 | 0.15 | 131.79 | 0.61 | 0.63 |
| Hex | 65 | DA | 7C | 36 | 0 | 2B | F | 84 | 3D | 3F |
| Octal | 145 | 332 | 174 | 66 | 0 | 53 | 17 | 204 | 75 | 77 |
| Binary | 1100101 | 11011010 | 1111100 | 110110 | 0 | 101011 | 1111 | 10000100 | 111101 | 111111 |
Color Harmonies of #65DA7C
Complementary color
Monochromatic Colors of #65DA7C
Black with #65DA7C
Text Example
Text Example
White with #65DA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DA7C; }
p { color: rgb(101,218,124); }
H1.HeaderClassName
{
color: #65DA7C;
}
.AnyTagClassName
{
color: #65DA7C;
}
</style>
background-color css
<style>
a { background-color: #65DA7C; }
a { background-color: rgb(101,218,124); }
div.DivClassName
{
background-color: #65DA7C;
}
.BgClassName
{
background-color: #65DA7C;
}
</style>
border-color css
<style>
span { border-color: #65DA7C; }
span { border-color: rgb(101,218,124); }
td.TdClassName
{
border-color: #65DA7C;
}
.TagClassName
{
border-color: #65DA7C;
}
</style>