Shades of Pastel Green #68DE83
Tints of Pastel Green #68DE83
RGB
CMYK
RGB Variations
Color information
#68DE83 (or 0x68DE83) is known color: Pastel Green. HEX triplet: 68, DE and 83. RGB value is (104,222,131). Sum of RGB (Red+Green+Blue) = 104+222+131=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DE83 is #97217C. Grayscale: #B0B0B0. Windows color (decimal): -9904509 or 8642152. OLE color: 8642152.
HSL color Cylindrical-coordinate representation of color #68DE83: hue angle of 133.73º degrees, saturation: 0.64, 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 #68DE83 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 131 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.13 |
| HSL | 133.73º | 0.64% | 0.64% | - |
| HSV(B) | 133.73º | 0.53% | 0.87% | - |
| XYZ | 35.93 | 56.82 | 30.55 | - |
| YUV | 176.34 | 102.41 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 131 | 0.53 | 0 | 0.41 | 0.13 | 133.73 | 0.64 | 0.64 |
| Hex | 68 | DE | 83 | 35 | 0 | 29 | D | 86 | 40 | 40 |
| Octal | 150 | 336 | 203 | 65 | 0 | 51 | 15 | 206 | 100 | 100 |
| Binary | 1101000 | 11011110 | 10000011 | 110101 | 0 | 101001 | 1101 | 10000110 | 1000000 | 1000000 |
Color Harmonies of #68DE83
Complementary color
Monochromatic Colors of #68DE83
Black with #68DE83
Text Example
Text Example
White with #68DE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE83; }
p { color: rgb(104,222,131); }
H1.HeaderClassName
{
color: #68DE83;
}
.AnyTagClassName
{
color: #68DE83;
}
</style>
background-color css
<style>
a { background-color: #68DE83; }
a { background-color: rgb(104,222,131); }
div.DivClassName
{
background-color: #68DE83;
}
.BgClassName
{
background-color: #68DE83;
}
</style>
border-color css
<style>
span { border-color: #68DE83; }
span { border-color: rgb(104,222,131); }
td.TdClassName
{
border-color: #68DE83;
}
.TagClassName
{
border-color: #68DE83;
}
</style>