Shades of Pastel Green #68DC56
Tints of Pastel Green #68DC56
RGB
CMYK
RGB Variations
Color information
#68DC56 (or 0x68DC56) is known color: Pastel Green. HEX triplet: 68, DC and 56. RGB value is (104,220,86). Sum of RGB (Red+Green+Blue) = 104+220+86=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC56 is #9723A9. Grayscale: #AAAAAA. Windows color (decimal): -9905066 or 5692520. OLE color: 5692520.
HSL color Cylindrical-coordinate representation of color #68DC56: hue angle of 111.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68DC56 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 86 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.14 |
| HSL | 111.94º | 0.66% | 0.6% | - |
| HSV(B) | 111.94º | 0.61% | 0.86% | - |
| XYZ | 32.98 | 54.8 | 17.64 | - |
| YUV | 170.04 | 80.57 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 86 | 0.53 | 0 | 0.61 | 0.14 | 111.94 | 0.66 | 0.6 |
| Hex | 68 | DC | 56 | 35 | 0 | 3D | E | 70 | 42 | 3C |
| Octal | 150 | 334 | 126 | 65 | 0 | 75 | 16 | 160 | 102 | 74 |
| Binary | 1101000 | 11011100 | 1010110 | 110101 | 0 | 111101 | 1110 | 1110000 | 1000010 | 111100 |
Color Harmonies of #68DC56
Complementary color
Monochromatic Colors of #68DC56
Black with #68DC56
Text Example
Text Example
White with #68DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC56; }
p { color: rgb(104,220,86); }
H1.HeaderClassName
{
color: #68DC56;
}
.AnyTagClassName
{
color: #68DC56;
}
</style>
background-color css
<style>
a { background-color: #68DC56; }
a { background-color: rgb(104,220,86); }
div.DivClassName
{
background-color: #68DC56;
}
.BgClassName
{
background-color: #68DC56;
}
</style>
border-color css
<style>
span { border-color: #68DC56; }
span { border-color: rgb(104,220,86); }
td.TdClassName
{
border-color: #68DC56;
}
.TagClassName
{
border-color: #68DC56;
}
</style>