Shades of Pastel Green #68D15F
Tints of Pastel Green #68D15F
RGB
CMYK
RGB Variations
Color information
#68D15F (or 0x68D15F) is known color: Pastel Green. HEX triplet: 68, D1 and 5F. RGB value is (104,209,95). Sum of RGB (Red+Green+Blue) = 104+209+95=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #68D15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D15F is #972EA0. Grayscale: #A4A4A4. Windows color (decimal): -9907873 or 6279528. OLE color: 6279528.
HSL color Cylindrical-coordinate representation of color #68D15F: hue angle of 115.26º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68D15F is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 95 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.18 |
| HSL | 115.26º | 0.55% | 0.6% | - |
| HSV(B) | 115.26º | 0.55% | 0.82% | - |
| XYZ | 30.57 | 49.37 | 18.74 | - |
| YUV | 164.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 95 | 0.50 | 0 | 0.55 | 0.18 | 115.26 | 0.55 | 0.6 |
| Hex | 68 | D1 | 5F | 32 | 0 | 37 | 12 | 73 | 37 | 3C |
| Octal | 150 | 321 | 137 | 62 | 0 | 67 | 22 | 163 | 67 | 74 |
| Binary | 1101000 | 11010001 | 1011111 | 110010 | 0 | 110111 | 10010 | 1110011 | 110111 | 111100 |
Color Harmonies of #68D15F
Complementary color
Monochromatic Colors of #68D15F
Black with #68D15F
Text Example
Text Example
White with #68D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D15F; }
p { color: rgb(104,209,95); }
H1.HeaderClassName
{
color: #68D15F;
}
.AnyTagClassName
{
color: #68D15F;
}
</style>
background-color css
<style>
a { background-color: #68D15F; }
a { background-color: rgb(104,209,95); }
div.DivClassName
{
background-color: #68D15F;
}
.BgClassName
{
background-color: #68D15F;
}
</style>
border-color css
<style>
span { border-color: #68D15F; }
span { border-color: rgb(104,209,95); }
td.TdClassName
{
border-color: #68D15F;
}
.TagClassName
{
border-color: #68D15F;
}
</style>