Shades of Pastel Green #65D96A
Tints of Pastel Green #65D96A
RGB
CMYK
RGB Variations
Color information
#65D96A (or 0x65D96A) is known color: Pastel Green. HEX triplet: 65, D9 and 6A. RGB value is (101,217,106). Sum of RGB (Red+Green+Blue) = 101+217+106=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #65D96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D96A is #9A2695. Grayscale: #A9A9A9. Windows color (decimal): -10102422 or 7002469. OLE color: 7002469.
HSL color Cylindrical-coordinate representation of color #65D96A: hue angle of 122.59º 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 #65D96A is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 106 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.15 |
| HSL | 122.59º | 0.6% | 0.62% | - |
| HSV(B) | 122.59º | 0.53% | 0.85% | - |
| XYZ | 32.78 | 53.43 | 22.22 | - |
| YUV | 169.66 | 92.07 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 106 | 0.53 | 0 | 0.51 | 0.15 | 122.59 | 0.6 | 0.62 |
| Hex | 65 | D9 | 6A | 35 | 0 | 33 | F | 7B | 3C | 3E |
| Octal | 145 | 331 | 152 | 65 | 0 | 63 | 17 | 173 | 74 | 76 |
| Binary | 1100101 | 11011001 | 1101010 | 110101 | 0 | 110011 | 1111 | 1111011 | 111100 | 111110 |
Color Harmonies of #65D96A
Complementary color
Monochromatic Colors of #65D96A
Black with #65D96A
Text Example
Text Example
White with #65D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D96A; }
p { color: rgb(101,217,106); }
H1.HeaderClassName
{
color: #65D96A;
}
.AnyTagClassName
{
color: #65D96A;
}
</style>
background-color css
<style>
a { background-color: #65D96A; }
a { background-color: rgb(101,217,106); }
div.DivClassName
{
background-color: #65D96A;
}
.BgClassName
{
background-color: #65D96A;
}
</style>
border-color css
<style>
span { border-color: #65D96A; }
span { border-color: rgb(101,217,106); }
td.TdClassName
{
border-color: #65D96A;
}
.TagClassName
{
border-color: #65D96A;
}
</style>