Shades of Pastel Green #68D95D
Tints of Pastel Green #68D95D
RGB
CMYK
RGB Variations
Color information
#68D95D (or 0x68D95D) is known color: Pastel Green. HEX triplet: 68, D9 and 5D. RGB value is (104,217,93). Sum of RGB (Red+Green+Blue) = 104+217+93=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #68D95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D95D is #9726A2. Grayscale: #A9A9A9. Windows color (decimal): -9905827 or 6150504. OLE color: 6150504.
HSL color Cylindrical-coordinate representation of color #68D95D: hue angle of 114.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68D95D is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 93 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.15 |
| HSL | 114.68º | 0.62% | 0.61% | - |
| HSV(B) | 114.68º | 0.57% | 0.85% | - |
| XYZ | 32.5 | 53.36 | 18.94 | - |
| YUV | 169.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 93 | 0.52 | 0 | 0.57 | 0.15 | 114.68 | 0.62 | 0.61 |
| Hex | 68 | D9 | 5D | 34 | 0 | 39 | F | 73 | 3E | 3D |
| Octal | 150 | 331 | 135 | 64 | 0 | 71 | 17 | 163 | 76 | 75 |
| Binary | 1101000 | 11011001 | 1011101 | 110100 | 0 | 111001 | 1111 | 1110011 | 111110 | 111101 |
Color Harmonies of #68D95D
Complementary color
Monochromatic Colors of #68D95D
Black with #68D95D
Text Example
Text Example
White with #68D95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D95D; }
p { color: rgb(104,217,93); }
H1.HeaderClassName
{
color: #68D95D;
}
.AnyTagClassName
{
color: #68D95D;
}
</style>
background-color css
<style>
a { background-color: #68D95D; }
a { background-color: rgb(104,217,93); }
div.DivClassName
{
background-color: #68D95D;
}
.BgClassName
{
background-color: #68D95D;
}
</style>
border-color css
<style>
span { border-color: #68D95D; }
span { border-color: rgb(104,217,93); }
td.TdClassName
{
border-color: #68D95D;
}
.TagClassName
{
border-color: #68D95D;
}
</style>