Shades of Pastel Green #68D77D
Tints of Pastel Green #68D77D
RGB
CMYK
RGB Variations
Color information
#68D77D (or 0x68D77D) is known color: Pastel Green. HEX triplet: 68, D7 and 7D. RGB value is (104,215,125). Sum of RGB (Red+Green+Blue) = 104+215+125=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #68D77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D77D is #972882. Grayscale: #ABABAB. Windows color (decimal): -9906307 or 8247144. OLE color: 8247144.
HSL color Cylindrical-coordinate representation of color #68D77D: hue angle of 131.35º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D77D is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 125 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.16 |
| HSL | 131.35º | 0.58% | 0.63% | - |
| HSV(B) | 131.35º | 0.52% | 0.84% | - |
| XYZ | 33.71 | 53.02 | 27.86 | - |
| YUV | 171.55 | 101.73 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 125 | 0.52 | 0 | 0.42 | 0.16 | 131.35 | 0.58 | 0.63 |
| Hex | 68 | D7 | 7D | 34 | 0 | 2A | 10 | 83 | 3A | 3F |
| Octal | 150 | 327 | 175 | 64 | 0 | 52 | 20 | 203 | 72 | 77 |
| Binary | 1101000 | 11010111 | 1111101 | 110100 | 0 | 101010 | 10000 | 10000011 | 111010 | 111111 |
Color Harmonies of #68D77D
Complementary color
Monochromatic Colors of #68D77D
Black with #68D77D
Text Example
Text Example
White with #68D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D77D; }
p { color: rgb(104,215,125); }
H1.HeaderClassName
{
color: #68D77D;
}
.AnyTagClassName
{
color: #68D77D;
}
</style>
background-color css
<style>
a { background-color: #68D77D; }
a { background-color: rgb(104,215,125); }
div.DivClassName
{
background-color: #68D77D;
}
.BgClassName
{
background-color: #68D77D;
}
</style>
border-color css
<style>
span { border-color: #68D77D; }
span { border-color: rgb(104,215,125); }
td.TdClassName
{
border-color: #68D77D;
}
.TagClassName
{
border-color: #68D77D;
}
</style>