Shades of Pastel Green #68DA65
Tints of Pastel Green #68DA65
RGB
CMYK
RGB Variations
Color information
#68DA65 (or 0x68DA65) is known color: Pastel Green. HEX triplet: 68, DA and 65. RGB value is (104,218,101). Sum of RGB (Red+Green+Blue) = 104+218+101=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA65 is #97259A. Grayscale: #AAAAAA. Windows color (decimal): -9905563 or 6675048. OLE color: 6675048.
HSL color Cylindrical-coordinate representation of color #68DA65: hue angle of 118.46º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68DA65 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 101 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.15 |
| HSL | 118.46º | 0.61% | 0.63% | - |
| HSV(B) | 118.46º | 0.54% | 0.85% | - |
| XYZ | 33.13 | 54.03 | 20.99 | - |
| YUV | 170.58 | 88.73 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 101 | 0.52 | 0 | 0.54 | 0.15 | 118.46 | 0.61 | 0.63 |
| Hex | 68 | DA | 65 | 34 | 0 | 36 | F | 76 | 3D | 3F |
| Octal | 150 | 332 | 145 | 64 | 0 | 66 | 17 | 166 | 75 | 77 |
| Binary | 1101000 | 11011010 | 1100101 | 110100 | 0 | 110110 | 1111 | 1110110 | 111101 | 111111 |
Color Harmonies of #68DA65
Complementary color
Monochromatic Colors of #68DA65
Black with #68DA65
Text Example
Text Example
White with #68DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA65; }
p { color: rgb(104,218,101); }
H1.HeaderClassName
{
color: #68DA65;
}
.AnyTagClassName
{
color: #68DA65;
}
</style>
background-color css
<style>
a { background-color: #68DA65; }
a { background-color: rgb(104,218,101); }
div.DivClassName
{
background-color: #68DA65;
}
.BgClassName
{
background-color: #68DA65;
}
</style>
border-color css
<style>
span { border-color: #68DA65; }
span { border-color: rgb(104,218,101); }
td.TdClassName
{
border-color: #68DA65;
}
.TagClassName
{
border-color: #68DA65;
}
</style>