Shades of Pastel Green #65D978
Tints of Pastel Green #65D978
RGB
CMYK
RGB Variations
Color information
#65D978 (or 0x65D978) is known color: Pastel Green. HEX triplet: 65, D9 and 78. RGB value is (101,217,120). Sum of RGB (Red+Green+Blue) = 101+217+120=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #65D978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D978 is #9A2687. Grayscale: #ABABAB. Windows color (decimal): -10102408 or 7919973. OLE color: 7919973.
HSL color Cylindrical-coordinate representation of color #65D978: hue angle of 129.83º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D978 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 120 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.15 |
| HSL | 129.83º | 0.6% | 0.62% | - |
| HSV(B) | 129.83º | 0.53% | 0.85% | - |
| XYZ | 33.57 | 53.75 | 26.37 | - |
| YUV | 171.26 | 99.07 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 120 | 0.53 | 0 | 0.45 | 0.15 | 129.83 | 0.6 | 0.62 |
| Hex | 65 | D9 | 78 | 35 | 0 | 2D | F | 82 | 3C | 3E |
| Octal | 145 | 331 | 170 | 65 | 0 | 55 | 17 | 202 | 74 | 76 |
| Binary | 1100101 | 11011001 | 1111000 | 110101 | 0 | 101101 | 1111 | 10000010 | 111100 | 111110 |
Color Harmonies of #65D978
Complementary color
Monochromatic Colors of #65D978
Black with #65D978
Text Example
Text Example
White with #65D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D978; }
p { color: rgb(101,217,120); }
H1.HeaderClassName
{
color: #65D978;
}
.AnyTagClassName
{
color: #65D978;
}
</style>
background-color css
<style>
a { background-color: #65D978; }
a { background-color: rgb(101,217,120); }
div.DivClassName
{
background-color: #65D978;
}
.BgClassName
{
background-color: #65D978;
}
</style>
border-color css
<style>
span { border-color: #65D978; }
span { border-color: rgb(101,217,120); }
td.TdClassName
{
border-color: #65D978;
}
.TagClassName
{
border-color: #65D978;
}
</style>