Shades of Pastel Green #68CE6F
Tints of Pastel Green #68CE6F
RGB
CMYK
RGB Variations
Color information
#68CE6F (or 0x68CE6F) is known color: Pastel Green. HEX triplet: 68, CE and 6F. RGB value is (104,206,111). Sum of RGB (Red+Green+Blue) = 104+206+111=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CE6F is #973190. Grayscale: #A4A4A4. Windows color (decimal): -9908625 or 7327336. OLE color: 7327336.
HSL color Cylindrical-coordinate representation of color #68CE6F: hue angle of 124.12º 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 #68CE6F is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 111 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.19 |
| HSL | 124.12º | 0.51% | 0.61% | - |
| HSV(B) | 124.12º | 0.5% | 0.81% | - |
| XYZ | 30.65 | 48.23 | 22.73 | - |
| YUV | 164.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 111 | 0.50 | 0 | 0.46 | 0.19 | 124.12 | 0.51 | 0.61 |
| Hex | 68 | CE | 6F | 32 | 0 | 2E | 13 | 7C | 33 | 3D |
| Octal | 150 | 316 | 157 | 62 | 0 | 56 | 23 | 174 | 63 | 75 |
| Binary | 1101000 | 11001110 | 1101111 | 110010 | 0 | 101110 | 10011 | 1111100 | 110011 | 111101 |
Color Harmonies of #68CE6F
Complementary color
Monochromatic Colors of #68CE6F
Black with #68CE6F
Text Example
Text Example
White with #68CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE6F; }
p { color: rgb(104,206,111); }
H1.HeaderClassName
{
color: #68CE6F;
}
.AnyTagClassName
{
color: #68CE6F;
}
</style>
background-color css
<style>
a { background-color: #68CE6F; }
a { background-color: rgb(104,206,111); }
div.DivClassName
{
background-color: #68CE6F;
}
.BgClassName
{
background-color: #68CE6F;
}
</style>
border-color css
<style>
span { border-color: #68CE6F; }
span { border-color: rgb(104,206,111); }
td.TdClassName
{
border-color: #68CE6F;
}
.TagClassName
{
border-color: #68CE6F;
}
</style>