Shades of Pastel Green #68CE72
Tints of Pastel Green #68CE72
RGB
CMYK
RGB Variations
Color information
#68CE72 (or 0x68CE72) is known color: Pastel Green. HEX triplet: 68, CE and 72. RGB value is (104,206,114). Sum of RGB (Red+Green+Blue) = 104+206+114=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CE72 is #97318D. Grayscale: #A5A5A5. Windows color (decimal): -9908622 or 7523944. OLE color: 7523944.
HSL color Cylindrical-coordinate representation of color #68CE72: hue angle of 125.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CE72 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 114 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.19 |
| HSL | 125.88º | 0.51% | 0.61% | - |
| HSV(B) | 125.88º | 0.5% | 0.81% | - |
| XYZ | 30.82 | 48.3 | 23.62 | - |
| YUV | 165.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 114 | 0.50 | 0 | 0.45 | 0.19 | 125.88 | 0.51 | 0.61 |
| Hex | 68 | CE | 72 | 32 | 0 | 2D | 13 | 7E | 33 | 3D |
| Octal | 150 | 316 | 162 | 62 | 0 | 55 | 23 | 176 | 63 | 75 |
| Binary | 1101000 | 11001110 | 1110010 | 110010 | 0 | 101101 | 10011 | 1111110 | 110011 | 111101 |
Color Harmonies of #68CE72
Complementary color
Monochromatic Colors of #68CE72
Black with #68CE72
Text Example
Text Example
White with #68CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE72; }
p { color: rgb(104,206,114); }
H1.HeaderClassName
{
color: #68CE72;
}
.AnyTagClassName
{
color: #68CE72;
}
</style>
background-color css
<style>
a { background-color: #68CE72; }
a { background-color: rgb(104,206,114); }
div.DivClassName
{
background-color: #68CE72;
}
.BgClassName
{
background-color: #68CE72;
}
</style>
border-color css
<style>
span { border-color: #68CE72; }
span { border-color: rgb(104,206,114); }
td.TdClassName
{
border-color: #68CE72;
}
.TagClassName
{
border-color: #68CE72;
}
</style>