Shades of Pastel Green #68D777
Tints of Pastel Green #68D777
RGB
CMYK
RGB Variations
Color information
#68D777 (or 0x68D777) is known color: Pastel Green. HEX triplet: 68, D7 and 77. RGB value is (104,215,119). Sum of RGB (Red+Green+Blue) = 104+215+119=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #68D777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D777 is #972888. Grayscale: #ABABAB. Windows color (decimal): -9906313 or 7853928. OLE color: 7853928.
HSL color Cylindrical-coordinate representation of color #68D777: hue angle of 128.11º 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 #68D777 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 119 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.16 |
| HSL | 128.11º | 0.58% | 0.63% | - |
| HSV(B) | 128.11º | 0.52% | 0.84% | - |
| XYZ | 33.34 | 52.88 | 25.9 | - |
| YUV | 170.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 119 | 0.52 | 0 | 0.45 | 0.16 | 128.11 | 0.58 | 0.63 |
| Hex | 68 | D7 | 77 | 34 | 0 | 2D | 10 | 80 | 3A | 3F |
| Octal | 150 | 327 | 167 | 64 | 0 | 55 | 20 | 200 | 72 | 77 |
| Binary | 1101000 | 11010111 | 1110111 | 110100 | 0 | 101101 | 10000 | 10000000 | 111010 | 111111 |
Color Harmonies of #68D777
Complementary color
Monochromatic Colors of #68D777
Black with #68D777
Text Example
Text Example
White with #68D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D777; }
p { color: rgb(104,215,119); }
H1.HeaderClassName
{
color: #68D777;
}
.AnyTagClassName
{
color: #68D777;
}
</style>
background-color css
<style>
a { background-color: #68D777; }
a { background-color: rgb(104,215,119); }
div.DivClassName
{
background-color: #68D777;
}
.BgClassName
{
background-color: #68D777;
}
</style>
border-color css
<style>
span { border-color: #68D777; }
span { border-color: rgb(104,215,119); }
td.TdClassName
{
border-color: #68D777;
}
.TagClassName
{
border-color: #68D777;
}
</style>