Shades of Pastel Green #68E76D
Tints of Pastel Green #68E76D
RGB
CMYK
RGB Variations
Color information
#68E76D (or 0x68E76D) is known color: Pastel Green. HEX triplet: 68, E7 and 6D. RGB value is (104,231,109). Sum of RGB (Red+Green+Blue) = 104+231+109=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #68E76D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68E76D is #971892. Grayscale: #B3B3B3. Windows color (decimal): -9902227 or 7202664. OLE color: 7202664.
HSL color Cylindrical-coordinate representation of color #68E76D: hue angle of 122.36º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E76D is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 231 | 109 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.09 |
| HSL | 122.36º | 0.73% | 0.66% | - |
| HSV(B) | 122.36º | 0.55% | 0.91% | - |
| XYZ | 37.05 | 61.2 | 24.33 | - |
| YUV | 179.12 | 88.42 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 231 | 109 | 0.55 | 0 | 0.53 | 0.09 | 122.36 | 0.73 | 0.66 |
| Hex | 68 | E7 | 6D | 37 | 0 | 35 | 9 | 7A | 49 | 42 |
| Octal | 150 | 347 | 155 | 67 | 0 | 65 | 11 | 172 | 111 | 102 |
| Binary | 1101000 | 11100111 | 1101101 | 110111 | 0 | 110101 | 1001 | 1111010 | 1001001 | 1000010 |
Color Harmonies of #68E76D
Complementary color
Monochromatic Colors of #68E76D
Black with #68E76D
Text Example
Text Example
White with #68E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E76D; }
p { color: rgb(104,231,109); }
H1.HeaderClassName
{
color: #68E76D;
}
.AnyTagClassName
{
color: #68E76D;
}
</style>
background-color css
<style>
a { background-color: #68E76D; }
a { background-color: rgb(104,231,109); }
div.DivClassName
{
background-color: #68E76D;
}
.BgClassName
{
background-color: #68E76D;
}
</style>
border-color css
<style>
span { border-color: #68E76D; }
span { border-color: rgb(104,231,109); }
td.TdClassName
{
border-color: #68E76D;
}
.TagClassName
{
border-color: #68E76D;
}
</style>