Shades of Pastel Green #68DB74
Tints of Pastel Green #68DB74
RGB
CMYK
RGB Variations
Color information
#68DB74 (or 0x68DB74) is known color: Pastel Green. HEX triplet: 68, DB and 74. RGB value is (104,219,116). Sum of RGB (Red+Green+Blue) = 104+219+116=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DB74 is #97248B. Grayscale: #ADADAD. Windows color (decimal): -9905292 or 7658344. OLE color: 7658344.
HSL color Cylindrical-coordinate representation of color #68DB74: hue angle of 126.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DB74 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 116 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.14 |
| HSL | 126.26º | 0.61% | 0.63% | - |
| HSV(B) | 126.26º | 0.53% | 0.86% | - |
| XYZ | 34.19 | 54.87 | 25.31 | - |
| YUV | 172.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 116 | 0.53 | 0 | 0.47 | 0.14 | 126.26 | 0.61 | 0.63 |
| Hex | 68 | DB | 74 | 35 | 0 | 2F | E | 7E | 3D | 3F |
| Octal | 150 | 333 | 164 | 65 | 0 | 57 | 16 | 176 | 75 | 77 |
| Binary | 1101000 | 11011011 | 1110100 | 110101 | 0 | 101111 | 1110 | 1111110 | 111101 | 111111 |
Color Harmonies of #68DB74
Complementary color
Monochromatic Colors of #68DB74
Black with #68DB74
Text Example
Text Example
White with #68DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB74; }
p { color: rgb(104,219,116); }
H1.HeaderClassName
{
color: #68DB74;
}
.AnyTagClassName
{
color: #68DB74;
}
</style>
background-color css
<style>
a { background-color: #68DB74; }
a { background-color: rgb(104,219,116); }
div.DivClassName
{
background-color: #68DB74;
}
.BgClassName
{
background-color: #68DB74;
}
</style>
border-color css
<style>
span { border-color: #68DB74; }
span { border-color: rgb(104,219,116); }
td.TdClassName
{
border-color: #68DB74;
}
.TagClassName
{
border-color: #68DB74;
}
</style>