Shades of Pastel Green #68D566
Tints of Pastel Green #68D566
RGB
CMYK
RGB Variations
Color information
#68D566 (or 0x68D566) is known color: Pastel Green. HEX triplet: 68, D5 and 66. RGB value is (104,213,102). Sum of RGB (Red+Green+Blue) = 104+213+102=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #68D566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D566 is #972A99. Grayscale: #A8A8A8. Windows color (decimal): -9906842 or 6739304. OLE color: 6739304.
HSL color Cylindrical-coordinate representation of color #68D566: hue angle of 118.92º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D566 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 102 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.16 |
| HSL | 118.92º | 0.57% | 0.62% | - |
| HSV(B) | 118.92º | 0.52% | 0.84% | - |
| XYZ | 31.9 | 51.49 | 20.83 | - |
| YUV | 167.76 | 90.89 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 102 | 0.51 | 0 | 0.52 | 0.16 | 118.92 | 0.57 | 0.62 |
| Hex | 68 | D5 | 66 | 33 | 0 | 34 | 10 | 77 | 39 | 3E |
| Octal | 150 | 325 | 146 | 63 | 0 | 64 | 20 | 167 | 71 | 76 |
| Binary | 1101000 | 11010101 | 1100110 | 110011 | 0 | 110100 | 10000 | 1110111 | 111001 | 111110 |
Color Harmonies of #68D566
Complementary color
Monochromatic Colors of #68D566
Black with #68D566
Text Example
Text Example
White with #68D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D566; }
p { color: rgb(104,213,102); }
H1.HeaderClassName
{
color: #68D566;
}
.AnyTagClassName
{
color: #68D566;
}
</style>
background-color css
<style>
a { background-color: #68D566; }
a { background-color: rgb(104,213,102); }
div.DivClassName
{
background-color: #68D566;
}
.BgClassName
{
background-color: #68D566;
}
</style>
border-color css
<style>
span { border-color: #68D566; }
span { border-color: rgb(104,213,102); }
td.TdClassName
{
border-color: #68D566;
}
.TagClassName
{
border-color: #68D566;
}
</style>