Shades of Pastel Green #65D975
Tints of Pastel Green #65D975
RGB
CMYK
RGB Variations
Color information
#65D975 (or 0x65D975) is known color: Pastel Green. HEX triplet: 65, D9 and 75. RGB value is (101,217,117). Sum of RGB (Red+Green+Blue) = 101+217+117=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #65D975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D975 is #9A268A. Grayscale: #ABABAB. Windows color (decimal): -10102411 or 7723365. OLE color: 7723365.
HSL color Cylindrical-coordinate representation of color #65D975: hue angle of 128.28º 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 #65D975 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 117 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.15 |
| HSL | 128.28º | 0.6% | 0.62% | - |
| HSV(B) | 128.28º | 0.53% | 0.85% | - |
| XYZ | 33.39 | 53.68 | 25.43 | - |
| YUV | 170.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 117 | 0.53 | 0 | 0.46 | 0.15 | 128.28 | 0.6 | 0.62 |
| Hex | 65 | D9 | 75 | 35 | 0 | 2E | F | 80 | 3C | 3E |
| Octal | 145 | 331 | 165 | 65 | 0 | 56 | 17 | 200 | 74 | 76 |
| Binary | 1100101 | 11011001 | 1110101 | 110101 | 0 | 101110 | 1111 | 10000000 | 111100 | 111110 |
Color Harmonies of #65D975
Complementary color
Monochromatic Colors of #65D975
Black with #65D975
Text Example
Text Example
White with #65D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D975; }
p { color: rgb(101,217,117); }
H1.HeaderClassName
{
color: #65D975;
}
.AnyTagClassName
{
color: #65D975;
}
</style>
background-color css
<style>
a { background-color: #65D975; }
a { background-color: rgb(101,217,117); }
div.DivClassName
{
background-color: #65D975;
}
.BgClassName
{
background-color: #65D975;
}
</style>
border-color css
<style>
span { border-color: #65D975; }
span { border-color: rgb(101,217,117); }
td.TdClassName
{
border-color: #65D975;
}
.TagClassName
{
border-color: #65D975;
}
</style>