Shades of Pastel Green #65D971
Tints of Pastel Green #65D971
RGB
CMYK
RGB Variations
Color information
#65D971 (or 0x65D971) is known color: Pastel Green. HEX triplet: 65, D9 and 71. RGB value is (101,217,113). Sum of RGB (Red+Green+Blue) = 101+217+113=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #65D971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D971 is #9A268E. Grayscale: #AAAAAA. Windows color (decimal): -10102415 or 7461221. OLE color: 7461221.
HSL color Cylindrical-coordinate representation of color #65D971: hue angle of 126.21º 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 #65D971 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 113 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.15 |
| HSL | 126.21º | 0.6% | 0.62% | - |
| HSV(B) | 126.21º | 0.53% | 0.85% | - |
| XYZ | 33.16 | 53.58 | 24.22 | - |
| YUV | 170.46 | 95.57 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 113 | 0.53 | 0 | 0.48 | 0.15 | 126.21 | 0.6 | 0.62 |
| Hex | 65 | D9 | 71 | 35 | 0 | 30 | F | 7E | 3C | 3E |
| Octal | 145 | 331 | 161 | 65 | 0 | 60 | 17 | 176 | 74 | 76 |
| Binary | 1100101 | 11011001 | 1110001 | 110101 | 0 | 110000 | 1111 | 1111110 | 111100 | 111110 |
Color Harmonies of #65D971
Complementary color
Monochromatic Colors of #65D971
Black with #65D971
Text Example
Text Example
White with #65D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D971; }
p { color: rgb(101,217,113); }
H1.HeaderClassName
{
color: #65D971;
}
.AnyTagClassName
{
color: #65D971;
}
</style>
background-color css
<style>
a { background-color: #65D971; }
a { background-color: rgb(101,217,113); }
div.DivClassName
{
background-color: #65D971;
}
.BgClassName
{
background-color: #65D971;
}
</style>
border-color css
<style>
span { border-color: #65D971; }
span { border-color: rgb(101,217,113); }
td.TdClassName
{
border-color: #65D971;
}
.TagClassName
{
border-color: #65D971;
}
</style>