Shades of Pastel Green #68D57B
Tints of Pastel Green #68D57B
RGB
CMYK
RGB Variations
Color information
#68D57B (or 0x68D57B) is known color: Pastel Green. HEX triplet: 68, D5 and 7B. RGB value is (104,213,123). Sum of RGB (Red+Green+Blue) = 104+213+123=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #68D57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D57B is #972A84. Grayscale: #AAAAAA. Windows color (decimal): -9906821 or 8115560. OLE color: 8115560.
HSL color Cylindrical-coordinate representation of color #68D57B: hue angle of 130.46º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D57B is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 123 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.16 |
| HSL | 130.46º | 0.56% | 0.62% | - |
| HSV(B) | 130.46º | 0.51% | 0.84% | - |
| XYZ | 33.08 | 51.96 | 27.03 | - |
| YUV | 170.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 123 | 0.51 | 0 | 0.42 | 0.16 | 130.46 | 0.56 | 0.62 |
| Hex | 68 | D5 | 7B | 33 | 0 | 2A | 10 | 82 | 38 | 3E |
| Octal | 150 | 325 | 173 | 63 | 0 | 52 | 20 | 202 | 70 | 76 |
| Binary | 1101000 | 11010101 | 1111011 | 110011 | 0 | 101010 | 10000 | 10000010 | 111000 | 111110 |
Color Harmonies of #68D57B
Complementary color
Monochromatic Colors of #68D57B
Black with #68D57B
Text Example
Text Example
White with #68D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D57B; }
p { color: rgb(104,213,123); }
H1.HeaderClassName
{
color: #68D57B;
}
.AnyTagClassName
{
color: #68D57B;
}
</style>
background-color css
<style>
a { background-color: #68D57B; }
a { background-color: rgb(104,213,123); }
div.DivClassName
{
background-color: #68D57B;
}
.BgClassName
{
background-color: #68D57B;
}
</style>
border-color css
<style>
span { border-color: #68D57B; }
span { border-color: rgb(104,213,123); }
td.TdClassName
{
border-color: #68D57B;
}
.TagClassName
{
border-color: #68D57B;
}
</style>