Shades of Pastel Green #68D477
Tints of Pastel Green #68D477
RGB
CMYK
RGB Variations
Color information
#68D477 (or 0x68D477) is known color: Pastel Green. HEX triplet: 68, D4 and 77. RGB value is (104,212,119). Sum of RGB (Red+Green+Blue) = 104+212+119=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #68D477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D477 is #972B88. Grayscale: #A9A9A9. Windows color (decimal): -9907081 or 7853160. OLE color: 7853160.
HSL color Cylindrical-coordinate representation of color #68D477: hue angle of 128.33º degrees, saturation: 0.56, 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 #68D477 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 119 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.17 |
| HSL | 128.33º | 0.56% | 0.62% | - |
| HSV(B) | 128.33º | 0.51% | 0.83% | - |
| XYZ | 32.58 | 51.36 | 25.65 | - |
| YUV | 169.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 119 | 0.51 | 0 | 0.44 | 0.17 | 128.33 | 0.56 | 0.62 |
| Hex | 68 | D4 | 77 | 33 | 0 | 2C | 11 | 80 | 38 | 3E |
| Octal | 150 | 324 | 167 | 63 | 0 | 54 | 21 | 200 | 70 | 76 |
| Binary | 1101000 | 11010100 | 1110111 | 110011 | 0 | 101100 | 10001 | 10000000 | 111000 | 111110 |
Color Harmonies of #68D477
Complementary color
Monochromatic Colors of #68D477
Black with #68D477
Text Example
Text Example
White with #68D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D477; }
p { color: rgb(104,212,119); }
H1.HeaderClassName
{
color: #68D477;
}
.AnyTagClassName
{
color: #68D477;
}
</style>
background-color css
<style>
a { background-color: #68D477; }
a { background-color: rgb(104,212,119); }
div.DivClassName
{
background-color: #68D477;
}
.BgClassName
{
background-color: #68D477;
}
</style>
border-color css
<style>
span { border-color: #68D477; }
span { border-color: rgb(104,212,119); }
td.TdClassName
{
border-color: #68D477;
}
.TagClassName
{
border-color: #68D477;
}
</style>