Shades of Pastel Green #68DD57
Tints of Pastel Green #68DD57
RGB
CMYK
RGB Variations
Color information
#68DD57 (or 0x68DD57) is known color: Pastel Green. HEX triplet: 68, DD and 57. RGB value is (104,221,87). Sum of RGB (Red+Green+Blue) = 104+221+87=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DD57 is #9722A8. Grayscale: #ABABAB. Windows color (decimal): -9904809 or 5758312. OLE color: 5758312.
HSL color Cylindrical-coordinate representation of color #68DD57: hue angle of 112.39º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68DD57 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 87 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.13 |
| HSL | 112.39º | 0.66% | 0.6% | - |
| HSV(B) | 112.39º | 0.61% | 0.87% | - |
| XYZ | 33.29 | 55.34 | 17.94 | - |
| YUV | 170.74 | 80.74 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 87 | 0.53 | 0 | 0.61 | 0.13 | 112.39 | 0.66 | 0.6 |
| Hex | 68 | DD | 57 | 35 | 0 | 3D | D | 70 | 42 | 3C |
| Octal | 150 | 335 | 127 | 65 | 0 | 75 | 15 | 160 | 102 | 74 |
| Binary | 1101000 | 11011101 | 1010111 | 110101 | 0 | 111101 | 1101 | 1110000 | 1000010 | 111100 |
Color Harmonies of #68DD57
Complementary color
Monochromatic Colors of #68DD57
Black with #68DD57
Text Example
Text Example
White with #68DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DD57; }
p { color: rgb(104,221,87); }
H1.HeaderClassName
{
color: #68DD57;
}
.AnyTagClassName
{
color: #68DD57;
}
</style>
background-color css
<style>
a { background-color: #68DD57; }
a { background-color: rgb(104,221,87); }
div.DivClassName
{
background-color: #68DD57;
}
.BgClassName
{
background-color: #68DD57;
}
</style>
border-color css
<style>
span { border-color: #68DD57; }
span { border-color: rgb(104,221,87); }
td.TdClassName
{
border-color: #68DD57;
}
.TagClassName
{
border-color: #68DD57;
}
</style>