Shades of Pastel Green #68DF7B
Tints of Pastel Green #68DF7B
RGB
CMYK
RGB Variations
Color information
#68DF7B (or 0x68DF7B) is known color: Pastel Green. HEX triplet: 68, DF and 7B. RGB value is (104,223,123). Sum of RGB (Red+Green+Blue) = 104+223+123=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DF7B is #972084. Grayscale: #B0B0B0. Windows color (decimal): -9904261 or 8118120. OLE color: 8118120.
HSL color Cylindrical-coordinate representation of color #68DF7B: hue angle of 129.58º 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 #68DF7B is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 123 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.13 |
| HSL | 129.58º | 0.65% | 0.64% | - |
| HSV(B) | 129.58º | 0.53% | 0.87% | - |
| XYZ | 35.67 | 57.15 | 27.89 | - |
| YUV | 176.02 | 98.08 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 123 | 0.53 | 0 | 0.45 | 0.13 | 129.58 | 0.65 | 0.64 |
| Hex | 68 | DF | 7B | 35 | 0 | 2D | D | 82 | 41 | 40 |
| Octal | 150 | 337 | 173 | 65 | 0 | 55 | 15 | 202 | 101 | 100 |
| Binary | 1101000 | 11011111 | 1111011 | 110101 | 0 | 101101 | 1101 | 10000010 | 1000001 | 1000000 |
Color Harmonies of #68DF7B
Complementary color
Monochromatic Colors of #68DF7B
Black with #68DF7B
Text Example
Text Example
White with #68DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF7B; }
p { color: rgb(104,223,123); }
H1.HeaderClassName
{
color: #68DF7B;
}
.AnyTagClassName
{
color: #68DF7B;
}
</style>
background-color css
<style>
a { background-color: #68DF7B; }
a { background-color: rgb(104,223,123); }
div.DivClassName
{
background-color: #68DF7B;
}
.BgClassName
{
background-color: #68DF7B;
}
</style>
border-color css
<style>
span { border-color: #68DF7B; }
span { border-color: rgb(104,223,123); }
td.TdClassName
{
border-color: #68DF7B;
}
.TagClassName
{
border-color: #68DF7B;
}
</style>