Shades of Pastel Green #68D277
Tints of Pastel Green #68D277
RGB
CMYK
RGB Variations
Color information
#68D277 (or 0x68D277) is known color: Pastel Green. HEX triplet: 68, D2 and 77. RGB value is (104,210,119). Sum of RGB (Red+Green+Blue) = 104+210+119=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #68D277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D277 is #972D88. Grayscale: #A8A8A8. Windows color (decimal): -9907593 or 7852648. OLE color: 7852648.
HSL color Cylindrical-coordinate representation of color #68D277: hue angle of 128.49º 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 #68D277 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 119 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.18 |
| HSL | 128.49º | 0.54% | 0.62% | - |
| HSV(B) | 128.49º | 0.5% | 0.82% | - |
| XYZ | 32.09 | 50.37 | 25.48 | - |
| YUV | 167.93 | 100.38 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 119 | 0.50 | 0 | 0.43 | 0.18 | 128.49 | 0.54 | 0.62 |
| Hex | 68 | D2 | 77 | 32 | 0 | 2B | 12 | 80 | 36 | 3E |
| Octal | 150 | 322 | 167 | 62 | 0 | 53 | 22 | 200 | 66 | 76 |
| Binary | 1101000 | 11010010 | 1110111 | 110010 | 0 | 101011 | 10010 | 10000000 | 110110 | 111110 |
Color Harmonies of #68D277
Complementary color
Monochromatic Colors of #68D277
Black with #68D277
Text Example
Text Example
White with #68D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D277; }
p { color: rgb(104,210,119); }
H1.HeaderClassName
{
color: #68D277;
}
.AnyTagClassName
{
color: #68D277;
}
</style>
background-color css
<style>
a { background-color: #68D277; }
a { background-color: rgb(104,210,119); }
div.DivClassName
{
background-color: #68D277;
}
.BgClassName
{
background-color: #68D277;
}
</style>
border-color css
<style>
span { border-color: #68D277; }
span { border-color: rgb(104,210,119); }
td.TdClassName
{
border-color: #68D277;
}
.TagClassName
{
border-color: #68D277;
}
</style>