Shades of Pastel Green #68E973
Tints of Pastel Green #68E973
RGB
CMYK
RGB Variations
Color information
#68E973 (or 0x68E973) is known color: Pastel Green. HEX triplet: 68, E9 and 73. RGB value is (104,233,115). Sum of RGB (Red+Green+Blue) = 104+233+115=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #68E973 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68E973 is #97168C. Grayscale: #B5B5B5. Windows color (decimal): -9901709 or 7596392. OLE color: 7596392.
HSL color Cylindrical-coordinate representation of color #68E973: hue angle of 125.12º degrees, saturation: 0.75, 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 #68E973 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 115 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.09 |
| HSL | 125.12º | 0.75% | 0.66% | - |
| HSV(B) | 125.12º | 0.55% | 0.91% | - |
| XYZ | 37.94 | 62.46 | 26.28 | - |
| YUV | 180.98 | 90.76 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 115 | 0.55 | 0 | 0.51 | 0.09 | 125.12 | 0.75 | 0.66 |
| Hex | 68 | E9 | 73 | 37 | 0 | 33 | 9 | 7D | 4B | 42 |
| Octal | 150 | 351 | 163 | 67 | 0 | 63 | 11 | 175 | 113 | 102 |
| Binary | 1101000 | 11101001 | 1110011 | 110111 | 0 | 110011 | 1001 | 1111101 | 1001011 | 1000010 |
Color Harmonies of #68E973
Complementary color
Monochromatic Colors of #68E973
Black with #68E973
Text Example
Text Example
White with #68E973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E973; }
p { color: rgb(104,233,115); }
H1.HeaderClassName
{
color: #68E973;
}
.AnyTagClassName
{
color: #68E973;
}
</style>
background-color css
<style>
a { background-color: #68E973; }
a { background-color: rgb(104,233,115); }
div.DivClassName
{
background-color: #68E973;
}
.BgClassName
{
background-color: #68E973;
}
</style>
border-color css
<style>
span { border-color: #68E973; }
span { border-color: rgb(104,233,115); }
td.TdClassName
{
border-color: #68E973;
}
.TagClassName
{
border-color: #68E973;
}
</style>