Shades of Pastel Green #68DF6C
Tints of Pastel Green #68DF6C
RGB
CMYK
RGB Variations
Color information
#68DF6C (or 0x68DF6C) is known color: Pastel Green. HEX triplet: 68, DF and 6C. RGB value is (104,223,108). Sum of RGB (Red+Green+Blue) = 104+223+108=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DF6C is #972093. Grayscale: #AEAEAE. Windows color (decimal): -9904276 or 7135080. OLE color: 7135080.
HSL color Cylindrical-coordinate representation of color #68DF6C: hue angle of 122.02º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DF6C is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 108 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.13 |
| HSL | 122.02º | 0.65% | 0.64% | - |
| HSV(B) | 122.02º | 0.53% | 0.87% | - |
| XYZ | 34.8 | 56.8 | 23.32 | - |
| YUV | 174.31 | 90.58 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 108 | 0.53 | 0 | 0.52 | 0.13 | 122.02 | 0.65 | 0.64 |
| Hex | 68 | DF | 6C | 35 | 0 | 34 | D | 7A | 41 | 40 |
| Octal | 150 | 337 | 154 | 65 | 0 | 64 | 15 | 172 | 101 | 100 |
| Binary | 1101000 | 11011111 | 1101100 | 110101 | 0 | 110100 | 1101 | 1111010 | 1000001 | 1000000 |
Color Harmonies of #68DF6C
Complementary color
Monochromatic Colors of #68DF6C
Black with #68DF6C
Text Example
Text Example
White with #68DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF6C; }
p { color: rgb(104,223,108); }
H1.HeaderClassName
{
color: #68DF6C;
}
.AnyTagClassName
{
color: #68DF6C;
}
</style>
background-color css
<style>
a { background-color: #68DF6C; }
a { background-color: rgb(104,223,108); }
div.DivClassName
{
background-color: #68DF6C;
}
.BgClassName
{
background-color: #68DF6C;
}
</style>
border-color css
<style>
span { border-color: #68DF6C; }
span { border-color: rgb(104,223,108); }
td.TdClassName
{
border-color: #68DF6C;
}
.TagClassName
{
border-color: #68DF6C;
}
</style>