Shades of Pastel Green #68E781
Tints of Pastel Green #68E781
RGB
CMYK
RGB Variations
Color information
#68E781 (or 0x68E781) is known color: Pastel Green. HEX triplet: 68, E7 and 81. RGB value is (104,231,129). Sum of RGB (Red+Green+Blue) = 104+231+129=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #68E781 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E781 is #97187E. Grayscale: #B5B5B5. Windows color (decimal): -9902207 or 8513384. OLE color: 8513384.
HSL color Cylindrical-coordinate representation of color #68E781: hue angle of 131.81º 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 #68E781 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 231 | 129 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.09 |
| HSL | 131.81º | 0.73% | 0.66% | - |
| HSV(B) | 131.81º | 0.55% | 0.91% | - |
| XYZ | 38.25 | 61.68 | 30.66 | - |
| YUV | 181.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 231 | 129 | 0.55 | 0 | 0.44 | 0.09 | 131.81 | 0.73 | 0.66 |
| Hex | 68 | E7 | 81 | 37 | 0 | 2C | 9 | 84 | 49 | 42 |
| Octal | 150 | 347 | 201 | 67 | 0 | 54 | 11 | 204 | 111 | 102 |
| Binary | 1101000 | 11100111 | 10000001 | 110111 | 0 | 101100 | 1001 | 10000100 | 1001001 | 1000010 |
Color Harmonies of #68E781
Complementary color
Monochromatic Colors of #68E781
Black with #68E781
Text Example
Text Example
White with #68E781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E781; }
p { color: rgb(104,231,129); }
H1.HeaderClassName
{
color: #68E781;
}
.AnyTagClassName
{
color: #68E781;
}
</style>
background-color css
<style>
a { background-color: #68E781; }
a { background-color: rgb(104,231,129); }
div.DivClassName
{
background-color: #68E781;
}
.BgClassName
{
background-color: #68E781;
}
</style>
border-color css
<style>
span { border-color: #68E781; }
span { border-color: rgb(104,231,129); }
td.TdClassName
{
border-color: #68E781;
}
.TagClassName
{
border-color: #68E781;
}
</style>