Shades of Pastel Green #68D75B
Tints of Pastel Green #68D75B
RGB
CMYK
RGB Variations
Color information
#68D75B (or 0x68D75B) is known color: Pastel Green. HEX triplet: 68, D7 and 5B. RGB value is (104,215,91). Sum of RGB (Red+Green+Blue) = 104+215+91=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #68D75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D75B is #9728A4. Grayscale: #A8A8A8. Windows color (decimal): -9906341 or 6018920. OLE color: 6018920.
HSL color Cylindrical-coordinate representation of color #68D75B: hue angle of 113.71º degrees, saturation: 0.61, 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 #68D75B is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 91 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.16 |
| HSL | 113.71º | 0.61% | 0.6% | - |
| HSV(B) | 113.71º | 0.58% | 0.84% | - |
| XYZ | 31.9 | 52.3 | 18.31 | - |
| YUV | 167.68 | 84.73 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 91 | 0.52 | 0 | 0.58 | 0.16 | 113.71 | 0.61 | 0.6 |
| Hex | 68 | D7 | 5B | 34 | 0 | 3A | 10 | 72 | 3D | 3C |
| Octal | 150 | 327 | 133 | 64 | 0 | 72 | 20 | 162 | 75 | 74 |
| Binary | 1101000 | 11010111 | 1011011 | 110100 | 0 | 111010 | 10000 | 1110010 | 111101 | 111100 |
Color Harmonies of #68D75B
Complementary color
Monochromatic Colors of #68D75B
Black with #68D75B
Text Example
Text Example
White with #68D75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D75B; }
p { color: rgb(104,215,91); }
H1.HeaderClassName
{
color: #68D75B;
}
.AnyTagClassName
{
color: #68D75B;
}
</style>
background-color css
<style>
a { background-color: #68D75B; }
a { background-color: rgb(104,215,91); }
div.DivClassName
{
background-color: #68D75B;
}
.BgClassName
{
background-color: #68D75B;
}
</style>
border-color css
<style>
span { border-color: #68D75B; }
span { border-color: rgb(104,215,91); }
td.TdClassName
{
border-color: #68D75B;
}
.TagClassName
{
border-color: #68D75B;
}
</style>