Shades of Pastel Green #68D272
Tints of Pastel Green #68D272
RGB
CMYK
RGB Variations
Color information
#68D272 (or 0x68D272) is known color: Pastel Green. HEX triplet: 68, D2 and 72. RGB value is (104,210,114). Sum of RGB (Red+Green+Blue) = 104+210+114=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #68D272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D272 is #972D8D. Grayscale: #A7A7A7. Windows color (decimal): -9907598 or 7524968. OLE color: 7524968.
HSL color Cylindrical-coordinate representation of color #68D272: hue angle of 125.66º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D272 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 114 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.18 |
| HSL | 125.66º | 0.54% | 0.62% | - |
| HSV(B) | 125.66º | 0.5% | 0.82% | - |
| XYZ | 31.79 | 50.25 | 23.94 | - |
| YUV | 167.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 114 | 0.50 | 0 | 0.46 | 0.18 | 125.66 | 0.54 | 0.62 |
| Hex | 68 | D2 | 72 | 32 | 0 | 2E | 12 | 7E | 36 | 3E |
| Octal | 150 | 322 | 162 | 62 | 0 | 56 | 22 | 176 | 66 | 76 |
| Binary | 1101000 | 11010010 | 1110010 | 110010 | 0 | 101110 | 10010 | 1111110 | 110110 | 111110 |
Color Harmonies of #68D272
Complementary color
Monochromatic Colors of #68D272
Black with #68D272
Text Example
Text Example
White with #68D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D272; }
p { color: rgb(104,210,114); }
H1.HeaderClassName
{
color: #68D272;
}
.AnyTagClassName
{
color: #68D272;
}
</style>
background-color css
<style>
a { background-color: #68D272; }
a { background-color: rgb(104,210,114); }
div.DivClassName
{
background-color: #68D272;
}
.BgClassName
{
background-color: #68D272;
}
</style>
border-color css
<style>
span { border-color: #68D272; }
span { border-color: rgb(104,210,114); }
td.TdClassName
{
border-color: #68D272;
}
.TagClassName
{
border-color: #68D272;
}
</style>