Shades of Pastel Green #68DF81
Tints of Pastel Green #68DF81
RGB
CMYK
RGB Variations
Color information
#68DF81 (or 0x68DF81) is known color: Pastel Green. HEX triplet: 68, DF and 81. RGB value is (104,223,129). Sum of RGB (Red+Green+Blue) = 104+223+129=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DF81 is #97207E. Grayscale: #B0B0B0. Windows color (decimal): -9904255 or 8511336. OLE color: 8511336.
HSL color Cylindrical-coordinate representation of color #68DF81: hue angle of 132.61º 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 #68DF81 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 129 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.13 |
| HSL | 132.61º | 0.65% | 0.64% | - |
| HSV(B) | 132.61º | 0.53% | 0.87% | - |
| XYZ | 36.06 | 57.3 | 29.93 | - |
| YUV | 176.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 129 | 0.53 | 0 | 0.42 | 0.13 | 132.61 | 0.65 | 0.64 |
| Hex | 68 | DF | 81 | 35 | 0 | 2A | D | 85 | 41 | 40 |
| Octal | 150 | 337 | 201 | 65 | 0 | 52 | 15 | 205 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10000001 | 110101 | 0 | 101010 | 1101 | 10000101 | 1000001 | 1000000 |
Color Harmonies of #68DF81
Complementary color
Monochromatic Colors of #68DF81
Black with #68DF81
Text Example
Text Example
White with #68DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF81; }
p { color: rgb(104,223,129); }
H1.HeaderClassName
{
color: #68DF81;
}
.AnyTagClassName
{
color: #68DF81;
}
</style>
background-color css
<style>
a { background-color: #68DF81; }
a { background-color: rgb(104,223,129); }
div.DivClassName
{
background-color: #68DF81;
}
.BgClassName
{
background-color: #68DF81;
}
</style>
border-color css
<style>
span { border-color: #68DF81; }
span { border-color: rgb(104,223,129); }
td.TdClassName
{
border-color: #68DF81;
}
.TagClassName
{
border-color: #68DF81;
}
</style>