Shades of Pastel Green #68D37B
Tints of Pastel Green #68D37B
RGB
CMYK
RGB Variations
Color information
#68D37B (or 0x68D37B) is known color: Pastel Green. HEX triplet: 68, D3 and 7B. RGB value is (104,211,123). Sum of RGB (Red+Green+Blue) = 104+211+123=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #68D37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D37B is #972C84. Grayscale: #A9A9A9. Windows color (decimal): -9907333 or 8115048. OLE color: 8115048.
HSL color Cylindrical-coordinate representation of color #68D37B: hue angle of 130.65º 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 #68D37B is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 123 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.17 |
| HSL | 130.65º | 0.55% | 0.62% | - |
| HSV(B) | 130.65º | 0.51% | 0.83% | - |
| XYZ | 32.58 | 50.96 | 26.86 | - |
| YUV | 168.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 123 | 0.51 | 0 | 0.42 | 0.17 | 130.65 | 0.55 | 0.62 |
| Hex | 68 | D3 | 7B | 33 | 0 | 2A | 11 | 83 | 37 | 3E |
| Octal | 150 | 323 | 173 | 63 | 0 | 52 | 21 | 203 | 67 | 76 |
| Binary | 1101000 | 11010011 | 1111011 | 110011 | 0 | 101010 | 10001 | 10000011 | 110111 | 111110 |
Color Harmonies of #68D37B
Complementary color
Monochromatic Colors of #68D37B
Black with #68D37B
Text Example
Text Example
White with #68D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D37B; }
p { color: rgb(104,211,123); }
H1.HeaderClassName
{
color: #68D37B;
}
.AnyTagClassName
{
color: #68D37B;
}
</style>
background-color css
<style>
a { background-color: #68D37B; }
a { background-color: rgb(104,211,123); }
div.DivClassName
{
background-color: #68D37B;
}
.BgClassName
{
background-color: #68D37B;
}
</style>
border-color css
<style>
span { border-color: #68D37B; }
span { border-color: rgb(104,211,123); }
td.TdClassName
{
border-color: #68D37B;
}
.TagClassName
{
border-color: #68D37B;
}
</style>