Shades of Pastel Green #68DC66
Tints of Pastel Green #68DC66
RGB
CMYK
RGB Variations
Color information
#68DC66 (or 0x68DC66) is known color: Pastel Green. HEX triplet: 68, DC and 66. RGB value is (104,220,102). Sum of RGB (Red+Green+Blue) = 104+220+102=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC66 is #972399. Grayscale: #ACACAC. Windows color (decimal): -9905050 or 6741096. OLE color: 6741096.
HSL color Cylindrical-coordinate representation of color #68DC66: hue angle of 118.98º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68DC66 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 102 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.14 |
| HSL | 118.98º | 0.63% | 0.63% | - |
| HSV(B) | 118.98º | 0.54% | 0.86% | - |
| XYZ | 33.7 | 55.09 | 21.43 | - |
| YUV | 171.86 | 88.57 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 102 | 0.53 | 0 | 0.54 | 0.14 | 118.98 | 0.63 | 0.63 |
| Hex | 68 | DC | 66 | 35 | 0 | 36 | E | 77 | 3F | 3F |
| Octal | 150 | 334 | 146 | 65 | 0 | 66 | 16 | 167 | 77 | 77 |
| Binary | 1101000 | 11011100 | 1100110 | 110101 | 0 | 110110 | 1110 | 1110111 | 111111 | 111111 |
Color Harmonies of #68DC66
Complementary color
Monochromatic Colors of #68DC66
Black with #68DC66
Text Example
Text Example
White with #68DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC66; }
p { color: rgb(104,220,102); }
H1.HeaderClassName
{
color: #68DC66;
}
.AnyTagClassName
{
color: #68DC66;
}
</style>
background-color css
<style>
a { background-color: #68DC66; }
a { background-color: rgb(104,220,102); }
div.DivClassName
{
background-color: #68DC66;
}
.BgClassName
{
background-color: #68DC66;
}
</style>
border-color css
<style>
span { border-color: #68DC66; }
span { border-color: rgb(104,220,102); }
td.TdClassName
{
border-color: #68DC66;
}
.TagClassName
{
border-color: #68DC66;
}
</style>