Shades of Pastel Green #68D773
Tints of Pastel Green #68D773
RGB
CMYK
RGB Variations
Color information
#68D773 (or 0x68D773) is known color: Pastel Green. HEX triplet: 68, D7 and 73. RGB value is (104,215,115). Sum of RGB (Red+Green+Blue) = 104+215+115=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #68D773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D773 is #97288C. Grayscale: #AAAAAA. Windows color (decimal): -9906317 or 7591784. OLE color: 7591784.
HSL color Cylindrical-coordinate representation of color #68D773: hue angle of 125.95º 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 #68D773 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 115 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.16 |
| HSL | 125.95º | 0.58% | 0.63% | - |
| HSV(B) | 125.95º | 0.52% | 0.84% | - |
| XYZ | 33.1 | 52.78 | 24.66 | - |
| YUV | 170.41 | 96.73 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 115 | 0.52 | 0 | 0.47 | 0.16 | 125.95 | 0.58 | 0.63 |
| Hex | 68 | D7 | 73 | 34 | 0 | 2F | 10 | 7E | 3A | 3F |
| Octal | 150 | 327 | 163 | 64 | 0 | 57 | 20 | 176 | 72 | 77 |
| Binary | 1101000 | 11010111 | 1110011 | 110100 | 0 | 101111 | 10000 | 1111110 | 111010 | 111111 |
Color Harmonies of #68D773
Complementary color
Monochromatic Colors of #68D773
Black with #68D773
Text Example
Text Example
White with #68D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D773; }
p { color: rgb(104,215,115); }
H1.HeaderClassName
{
color: #68D773;
}
.AnyTagClassName
{
color: #68D773;
}
</style>
background-color css
<style>
a { background-color: #68D773; }
a { background-color: rgb(104,215,115); }
div.DivClassName
{
background-color: #68D773;
}
.BgClassName
{
background-color: #68D773;
}
</style>
border-color css
<style>
span { border-color: #68D773; }
span { border-color: rgb(104,215,115); }
td.TdClassName
{
border-color: #68D773;
}
.TagClassName
{
border-color: #68D773;
}
</style>