Shades of Pastel Green #65D870
Tints of Pastel Green #65D870
RGB
CMYK
RGB Variations
Color information
#65D870 (or 0x65D870) is known color: Pastel Green. HEX triplet: 65, D8 and 70. RGB value is (101,216,112). Sum of RGB (Red+Green+Blue) = 101+216+112=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #65D870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D870 is #9A278F. Grayscale: #AAAAAA. Windows color (decimal): -10102672 or 7395429. OLE color: 7395429.
HSL color Cylindrical-coordinate representation of color #65D870: hue angle of 125.74º 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 #65D870 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 112 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.15 |
| HSL | 125.74º | 0.6% | 0.62% | - |
| HSV(B) | 125.74º | 0.53% | 0.85% | - |
| XYZ | 32.85 | 53.05 | 23.84 | - |
| YUV | 169.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 112 | 0.53 | 0 | 0.48 | 0.15 | 125.74 | 0.6 | 0.62 |
| Hex | 65 | D8 | 70 | 35 | 0 | 30 | F | 7E | 3C | 3E |
| Octal | 145 | 330 | 160 | 65 | 0 | 60 | 17 | 176 | 74 | 76 |
| Binary | 1100101 | 11011000 | 1110000 | 110101 | 0 | 110000 | 1111 | 1111110 | 111100 | 111110 |
Color Harmonies of #65D870
Complementary color
Monochromatic Colors of #65D870
Black with #65D870
Text Example
Text Example
White with #65D870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D870; }
p { color: rgb(101,216,112); }
H1.HeaderClassName
{
color: #65D870;
}
.AnyTagClassName
{
color: #65D870;
}
</style>
background-color css
<style>
a { background-color: #65D870; }
a { background-color: rgb(101,216,112); }
div.DivClassName
{
background-color: #65D870;
}
.BgClassName
{
background-color: #65D870;
}
</style>
border-color css
<style>
span { border-color: #65D870; }
span { border-color: rgb(101,216,112); }
td.TdClassName
{
border-color: #65D870;
}
.TagClassName
{
border-color: #65D870;
}
</style>