Shades of Pastel Green #65D968
Tints of Pastel Green #65D968
RGB
CMYK
RGB Variations
Color information
#65D968 (or 0x65D968) is known color: Pastel Green. HEX triplet: 65, D9 and 68. RGB value is (101,217,104). Sum of RGB (Red+Green+Blue) = 101+217+104=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #65D968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D968 is #9A2697. Grayscale: #A9A9A9. Windows color (decimal): -10102424 or 6871397. OLE color: 6871397.
HSL color Cylindrical-coordinate representation of color #65D968: hue angle of 121.55º 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 #65D968 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 104 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.15 |
| HSL | 121.55º | 0.6% | 0.62% | - |
| HSV(B) | 121.55º | 0.53% | 0.85% | - |
| XYZ | 32.68 | 53.39 | 21.68 | - |
| YUV | 169.43 | 91.07 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 104 | 0.53 | 0 | 0.52 | 0.15 | 121.55 | 0.6 | 0.62 |
| Hex | 65 | D9 | 68 | 35 | 0 | 34 | F | 7A | 3C | 3E |
| Octal | 145 | 331 | 150 | 65 | 0 | 64 | 17 | 172 | 74 | 76 |
| Binary | 1100101 | 11011001 | 1101000 | 110101 | 0 | 110100 | 1111 | 1111010 | 111100 | 111110 |
Color Harmonies of #65D968
Complementary color
Monochromatic Colors of #65D968
Black with #65D968
Text Example
Text Example
White with #65D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D968; }
p { color: rgb(101,217,104); }
H1.HeaderClassName
{
color: #65D968;
}
.AnyTagClassName
{
color: #65D968;
}
</style>
background-color css
<style>
a { background-color: #65D968; }
a { background-color: rgb(101,217,104); }
div.DivClassName
{
background-color: #65D968;
}
.BgClassName
{
background-color: #65D968;
}
</style>
border-color css
<style>
span { border-color: #65D968; }
span { border-color: rgb(101,217,104); }
td.TdClassName
{
border-color: #65D968;
}
.TagClassName
{
border-color: #65D968;
}
</style>