Shades of Pastel Green #68DA6C
Tints of Pastel Green #68DA6C
RGB
CMYK
RGB Variations
Color information
#68DA6C (or 0x68DA6C) is known color: Pastel Green. HEX triplet: 68, DA and 6C. RGB value is (104,218,108). Sum of RGB (Red+Green+Blue) = 104+218+108=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA6C is #972593. Grayscale: #ABABAB. Windows color (decimal): -9905556 or 7133800. OLE color: 7133800.
HSL color Cylindrical-coordinate representation of color #68DA6C: hue angle of 122.11º 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 #68DA6C is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 108 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.15 |
| HSL | 122.11º | 0.61% | 0.63% | - |
| HSV(B) | 122.11º | 0.52% | 0.85% | - |
| XYZ | 33.49 | 54.17 | 22.88 | - |
| YUV | 171.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 108 | 0.52 | 0 | 0.50 | 0.15 | 122.11 | 0.61 | 0.63 |
| Hex | 68 | DA | 6C | 34 | 0 | 32 | F | 7A | 3D | 3F |
| Octal | 150 | 332 | 154 | 64 | 0 | 62 | 17 | 172 | 75 | 77 |
| Binary | 1101000 | 11011010 | 1101100 | 110100 | 0 | 110010 | 1111 | 1111010 | 111101 | 111111 |
Color Harmonies of #68DA6C
Complementary color
Monochromatic Colors of #68DA6C
Black with #68DA6C
Text Example
Text Example
White with #68DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA6C; }
p { color: rgb(104,218,108); }
H1.HeaderClassName
{
color: #68DA6C;
}
.AnyTagClassName
{
color: #68DA6C;
}
</style>
background-color css
<style>
a { background-color: #68DA6C; }
a { background-color: rgb(104,218,108); }
div.DivClassName
{
background-color: #68DA6C;
}
.BgClassName
{
background-color: #68DA6C;
}
</style>
border-color css
<style>
span { border-color: #68DA6C; }
span { border-color: rgb(104,218,108); }
td.TdClassName
{
border-color: #68DA6C;
}
.TagClassName
{
border-color: #68DA6C;
}
</style>