Shades of Pastel Green #68D37D
Tints of Pastel Green #68D37D
RGB
CMYK
RGB Variations
Color information
#68D37D (or 0x68D37D) is known color: Pastel Green. HEX triplet: 68, D3 and 7D. RGB value is (104,211,125). Sum of RGB (Red+Green+Blue) = 104+211+125=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #68D37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D37D is #972C82. Grayscale: #A9A9A9. Windows color (decimal): -9907331 or 8246120. OLE color: 8246120.
HSL color Cylindrical-coordinate representation of color #68D37D: hue angle of 131.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D37D is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 125 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.17 |
| HSL | 131.78º | 0.55% | 0.62% | - |
| HSV(B) | 131.78º | 0.51% | 0.83% | - |
| XYZ | 32.7 | 51.01 | 27.52 | - |
| YUV | 169.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 125 | 0.51 | 0 | 0.41 | 0.17 | 131.78 | 0.55 | 0.62 |
| Hex | 68 | D3 | 7D | 33 | 0 | 29 | 11 | 84 | 37 | 3E |
| Octal | 150 | 323 | 175 | 63 | 0 | 51 | 21 | 204 | 67 | 76 |
| Binary | 1101000 | 11010011 | 1111101 | 110011 | 0 | 101001 | 10001 | 10000100 | 110111 | 111110 |
Color Harmonies of #68D37D
Complementary color
Monochromatic Colors of #68D37D
Black with #68D37D
Text Example
Text Example
White with #68D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D37D; }
p { color: rgb(104,211,125); }
H1.HeaderClassName
{
color: #68D37D;
}
.AnyTagClassName
{
color: #68D37D;
}
</style>
background-color css
<style>
a { background-color: #68D37D; }
a { background-color: rgb(104,211,125); }
div.DivClassName
{
background-color: #68D37D;
}
.BgClassName
{
background-color: #68D37D;
}
</style>
border-color css
<style>
span { border-color: #68D37D; }
span { border-color: rgb(104,211,125); }
td.TdClassName
{
border-color: #68D37D;
}
.TagClassName
{
border-color: #68D37D;
}
</style>