Shades of Pastel Green #68D46B
Tints of Pastel Green #68D46B
RGB
CMYK
RGB Variations
Color information
#68D46B (or 0x68D46B) is known color: Pastel Green. HEX triplet: 68, D4 and 6B. RGB value is (104,212,107). Sum of RGB (Red+Green+Blue) = 104+212+107=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #68D46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D46B is #972B94. Grayscale: #A8A8A8. Windows color (decimal): -9907093 or 7066728. OLE color: 7066728.
HSL color Cylindrical-coordinate representation of color #68D46B: hue angle of 121.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D46B is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 107 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.17 |
| HSL | 121.67º | 0.56% | 0.62% | - |
| HSV(B) | 121.67º | 0.51% | 0.83% | - |
| XYZ | 31.91 | 51.09 | 22.09 | - |
| YUV | 167.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 107 | 0.51 | 0 | 0.50 | 0.17 | 121.67 | 0.56 | 0.62 |
| Hex | 68 | D4 | 6B | 33 | 0 | 32 | 11 | 7A | 38 | 3E |
| Octal | 150 | 324 | 153 | 63 | 0 | 62 | 21 | 172 | 70 | 76 |
| Binary | 1101000 | 11010100 | 1101011 | 110011 | 0 | 110010 | 10001 | 1111010 | 111000 | 111110 |
Color Harmonies of #68D46B
Complementary color
Monochromatic Colors of #68D46B
Black with #68D46B
Text Example
Text Example
White with #68D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D46B; }
p { color: rgb(104,212,107); }
H1.HeaderClassName
{
color: #68D46B;
}
.AnyTagClassName
{
color: #68D46B;
}
</style>
background-color css
<style>
a { background-color: #68D46B; }
a { background-color: rgb(104,212,107); }
div.DivClassName
{
background-color: #68D46B;
}
.BgClassName
{
background-color: #68D46B;
}
</style>
border-color css
<style>
span { border-color: #68D46B; }
span { border-color: rgb(104,212,107); }
td.TdClassName
{
border-color: #68D46B;
}
.TagClassName
{
border-color: #68D46B;
}
</style>