Shades of Pastel Green #65D85D
Tints of Pastel Green #65D85D
RGB
CMYK
RGB Variations
Color information
#65D85D (or 0x65D85D) is known color: Pastel Green. HEX triplet: 65, D8 and 5D. RGB value is (101,216,93). Sum of RGB (Red+Green+Blue) = 101+216+93=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #65D85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D85D is #9A27A2. Grayscale: #A7A7A7. Windows color (decimal): -10102691 or 6150245. OLE color: 6150245.
HSL color Cylindrical-coordinate representation of color #65D85D: hue angle of 116.1º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65D85D is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 93 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.15 |
| HSL | 116.1º | 0.61% | 0.61% | - |
| HSV(B) | 116.1º | 0.57% | 0.85% | - |
| XYZ | 31.9 | 52.67 | 18.84 | - |
| YUV | 167.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 93 | 0.53 | 0 | 0.57 | 0.15 | 116.1 | 0.61 | 0.61 |
| Hex | 65 | D8 | 5D | 35 | 0 | 39 | F | 74 | 3D | 3D |
| Octal | 145 | 330 | 135 | 65 | 0 | 71 | 17 | 164 | 75 | 75 |
| Binary | 1100101 | 11011000 | 1011101 | 110101 | 0 | 111001 | 1111 | 1110100 | 111101 | 111101 |
Color Harmonies of #65D85D
Complementary color
Monochromatic Colors of #65D85D
Black with #65D85D
Text Example
Text Example
White with #65D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D85D; }
p { color: rgb(101,216,93); }
H1.HeaderClassName
{
color: #65D85D;
}
.AnyTagClassName
{
color: #65D85D;
}
</style>
background-color css
<style>
a { background-color: #65D85D; }
a { background-color: rgb(101,216,93); }
div.DivClassName
{
background-color: #65D85D;
}
.BgClassName
{
background-color: #65D85D;
}
</style>
border-color css
<style>
span { border-color: #65D85D; }
span { border-color: rgb(101,216,93); }
td.TdClassName
{
border-color: #65D85D;
}
.TagClassName
{
border-color: #65D85D;
}
</style>