Shades of Pastel Green #65D970
Tints of Pastel Green #65D970
RGB
CMYK
RGB Variations
Color information
#65D970 (or 0x65D970) is known color: Pastel Green. HEX triplet: 65, D9 and 70. RGB value is (101,217,112). Sum of RGB (Red+Green+Blue) = 101+217+112=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #65D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D970 is #9A268F. Grayscale: #AAAAAA. Windows color (decimal): -10102416 or 7395685. OLE color: 7395685.
HSL color Cylindrical-coordinate representation of color #65D970: hue angle of 125.69º 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 #65D970 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 112 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.15 |
| HSL | 125.69º | 0.6% | 0.62% | - |
| HSV(B) | 125.69º | 0.53% | 0.85% | - |
| XYZ | 33.1 | 53.56 | 23.92 | - |
| YUV | 170.35 | 95.07 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 112 | 0.53 | 0 | 0.48 | 0.15 | 125.69 | 0.6 | 0.62 |
| Hex | 65 | D9 | 70 | 35 | 0 | 30 | F | 7E | 3C | 3E |
| Octal | 145 | 331 | 160 | 65 | 0 | 60 | 17 | 176 | 74 | 76 |
| Binary | 1100101 | 11011001 | 1110000 | 110101 | 0 | 110000 | 1111 | 1111110 | 111100 | 111110 |
Color Harmonies of #65D970
Complementary color
Monochromatic Colors of #65D970
Black with #65D970
Text Example
Text Example
White with #65D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D970; }
p { color: rgb(101,217,112); }
H1.HeaderClassName
{
color: #65D970;
}
.AnyTagClassName
{
color: #65D970;
}
</style>
background-color css
<style>
a { background-color: #65D970; }
a { background-color: rgb(101,217,112); }
div.DivClassName
{
background-color: #65D970;
}
.BgClassName
{
background-color: #65D970;
}
</style>
border-color css
<style>
span { border-color: #65D970; }
span { border-color: rgb(101,217,112); }
td.TdClassName
{
border-color: #65D970;
}
.TagClassName
{
border-color: #65D970;
}
</style>