Shades of Pastel Green #68D26F
Tints of Pastel Green #68D26F
RGB
CMYK
RGB Variations
Color information
#68D26F (or 0x68D26F) is known color: Pastel Green. HEX triplet: 68, D2 and 6F. RGB value is (104,210,111). Sum of RGB (Red+Green+Blue) = 104+210+111=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #68D26F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D26F is #972D90. Grayscale: #A7A7A7. Windows color (decimal): -9907601 or 7328360. OLE color: 7328360.
HSL color Cylindrical-coordinate representation of color #68D26F: hue angle of 123.96º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D26F is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 111 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.18 |
| HSL | 123.96º | 0.54% | 0.62% | - |
| HSV(B) | 123.96º | 0.5% | 0.82% | - |
| XYZ | 31.62 | 50.18 | 23.06 | - |
| YUV | 167.02 | 96.38 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 111 | 0.50 | 0 | 0.47 | 0.18 | 123.96 | 0.54 | 0.62 |
| Hex | 68 | D2 | 6F | 32 | 0 | 2F | 12 | 7C | 36 | 3E |
| Octal | 150 | 322 | 157 | 62 | 0 | 57 | 22 | 174 | 66 | 76 |
| Binary | 1101000 | 11010010 | 1101111 | 110010 | 0 | 101111 | 10010 | 1111100 | 110110 | 111110 |
Color Harmonies of #68D26F
Complementary color
Monochromatic Colors of #68D26F
Black with #68D26F
Text Example
Text Example
White with #68D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D26F; }
p { color: rgb(104,210,111); }
H1.HeaderClassName
{
color: #68D26F;
}
.AnyTagClassName
{
color: #68D26F;
}
</style>
background-color css
<style>
a { background-color: #68D26F; }
a { background-color: rgb(104,210,111); }
div.DivClassName
{
background-color: #68D26F;
}
.BgClassName
{
background-color: #68D26F;
}
</style>
border-color css
<style>
span { border-color: #68D26F; }
span { border-color: rgb(104,210,111); }
td.TdClassName
{
border-color: #68D26F;
}
.TagClassName
{
border-color: #68D26F;
}
</style>