Shades of Pastel Green #68DC59
Tints of Pastel Green #68DC59
RGB
CMYK
RGB Variations
Color information
#68DC59 (or 0x68DC59) is known color: Pastel Green. HEX triplet: 68, DC and 59. RGB value is (104,220,89). Sum of RGB (Red+Green+Blue) = 104+220+89=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC59 is #9723A6. Grayscale: #AAAAAA. Windows color (decimal): -9905063 or 5889128. OLE color: 5889128.
HSL color Cylindrical-coordinate representation of color #68DC59: hue angle of 113.13º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68DC59 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 89 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.14 |
| HSL | 113.13º | 0.65% | 0.61% | - |
| HSV(B) | 113.13º | 0.6% | 0.86% | - |
| XYZ | 33.11 | 54.85 | 18.29 | - |
| YUV | 170.38 | 82.07 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 89 | 0.53 | 0 | 0.60 | 0.14 | 113.13 | 0.65 | 0.61 |
| Hex | 68 | DC | 59 | 35 | 0 | 3C | E | 71 | 41 | 3D |
| Octal | 150 | 334 | 131 | 65 | 0 | 74 | 16 | 161 | 101 | 75 |
| Binary | 1101000 | 11011100 | 1011001 | 110101 | 0 | 111100 | 1110 | 1110001 | 1000001 | 111101 |
Color Harmonies of #68DC59
Complementary color
Monochromatic Colors of #68DC59
Black with #68DC59
Text Example
Text Example
White with #68DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC59; }
p { color: rgb(104,220,89); }
H1.HeaderClassName
{
color: #68DC59;
}
.AnyTagClassName
{
color: #68DC59;
}
</style>
background-color css
<style>
a { background-color: #68DC59; }
a { background-color: rgb(104,220,89); }
div.DivClassName
{
background-color: #68DC59;
}
.BgClassName
{
background-color: #68DC59;
}
</style>
border-color css
<style>
span { border-color: #68DC59; }
span { border-color: rgb(104,220,89); }
td.TdClassName
{
border-color: #68DC59;
}
.TagClassName
{
border-color: #68DC59;
}
</style>