Shades of Pastel Green #68D65A
Tints of Pastel Green #68D65A
RGB
CMYK
RGB Variations
Color information
#68D65A (or 0x68D65A) is known color: Pastel Green. HEX triplet: 68, D6 and 5A. RGB value is (104,214,90). Sum of RGB (Red+Green+Blue) = 104+214+90=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #68D65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D65A is #9729A5. Grayscale: #A7A7A7. Windows color (decimal): -9906598 or 5953128. OLE color: 5953128.
HSL color Cylindrical-coordinate representation of color #68D65A: hue angle of 113.23º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68D65A is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 90 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.16 |
| HSL | 113.23º | 0.6% | 0.6% | - |
| HSV(B) | 113.23º | 0.58% | 0.84% | - |
| XYZ | 31.6 | 51.77 | 18 | - |
| YUV | 166.97 | 84.56 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 90 | 0.51 | 0 | 0.58 | 0.16 | 113.23 | 0.6 | 0.6 |
| Hex | 68 | D6 | 5A | 33 | 0 | 3A | 10 | 71 | 3C | 3C |
| Octal | 150 | 326 | 132 | 63 | 0 | 72 | 20 | 161 | 74 | 74 |
| Binary | 1101000 | 11010110 | 1011010 | 110011 | 0 | 111010 | 10000 | 1110001 | 111100 | 111100 |
Color Harmonies of #68D65A
Complementary color
Monochromatic Colors of #68D65A
Black with #68D65A
Text Example
Text Example
White with #68D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D65A; }
p { color: rgb(104,214,90); }
H1.HeaderClassName
{
color: #68D65A;
}
.AnyTagClassName
{
color: #68D65A;
}
</style>
background-color css
<style>
a { background-color: #68D65A; }
a { background-color: rgb(104,214,90); }
div.DivClassName
{
background-color: #68D65A;
}
.BgClassName
{
background-color: #68D65A;
}
</style>
border-color css
<style>
span { border-color: #68D65A; }
span { border-color: rgb(104,214,90); }
td.TdClassName
{
border-color: #68D65A;
}
.TagClassName
{
border-color: #68D65A;
}
</style>