Shades of Pastel Green #68DA6F
Tints of Pastel Green #68DA6F
RGB
CMYK
RGB Variations
Color information
#68DA6F (or 0x68DA6F) is known color: Pastel Green. HEX triplet: 68, DA and 6F. RGB value is (104,218,111). Sum of RGB (Red+Green+Blue) = 104+218+111=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA6F is #972590. Grayscale: #ACACAC. Windows color (decimal): -9905553 or 7330408. OLE color: 7330408.
HSL color Cylindrical-coordinate representation of color #68DA6F: hue angle of 123.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DA6F is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 111 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.15 |
| HSL | 123.68º | 0.61% | 0.63% | - |
| HSV(B) | 123.68º | 0.52% | 0.85% | - |
| XYZ | 33.65 | 54.23 | 23.73 | - |
| YUV | 171.72 | 93.73 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 111 | 0.52 | 0 | 0.49 | 0.15 | 123.68 | 0.61 | 0.63 |
| Hex | 68 | DA | 6F | 34 | 0 | 31 | F | 7C | 3D | 3F |
| Octal | 150 | 332 | 157 | 64 | 0 | 61 | 17 | 174 | 75 | 77 |
| Binary | 1101000 | 11011010 | 1101111 | 110100 | 0 | 110001 | 1111 | 1111100 | 111101 | 111111 |
Color Harmonies of #68DA6F
Complementary color
Monochromatic Colors of #68DA6F
Black with #68DA6F
Text Example
Text Example
White with #68DA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA6F; }
p { color: rgb(104,218,111); }
H1.HeaderClassName
{
color: #68DA6F;
}
.AnyTagClassName
{
color: #68DA6F;
}
</style>
background-color css
<style>
a { background-color: #68DA6F; }
a { background-color: rgb(104,218,111); }
div.DivClassName
{
background-color: #68DA6F;
}
.BgClassName
{
background-color: #68DA6F;
}
</style>
border-color css
<style>
span { border-color: #68DA6F; }
span { border-color: rgb(104,218,111); }
td.TdClassName
{
border-color: #68DA6F;
}
.TagClassName
{
border-color: #68DA6F;
}
</style>