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