Shades of Pastel Green #68D467
Tints of Pastel Green #68D467
RGB
CMYK
RGB Variations
Color information
#68D467 (or 0x68D467) is known color: Pastel Green. HEX triplet: 68, D4 and 67. RGB value is (104,212,103). Sum of RGB (Red+Green+Blue) = 104+212+103=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #68D467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D467 is #972B98. Grayscale: #A7A7A7. Windows color (decimal): -9907097 or 6804584. OLE color: 6804584.
HSL color Cylindrical-coordinate representation of color #68D467: hue angle of 119.45º 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 #68D467 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 103 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.17 |
| HSL | 119.45º | 0.56% | 0.62% | - |
| HSV(B) | 119.45º | 0.51% | 0.83% | - |
| XYZ | 31.7 | 51.01 | 21.01 | - |
| YUV | 167.28 | 91.72 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 103 | 0.51 | 0 | 0.51 | 0.17 | 119.45 | 0.56 | 0.62 |
| Hex | 68 | D4 | 67 | 33 | 0 | 33 | 11 | 77 | 38 | 3E |
| Octal | 150 | 324 | 147 | 63 | 0 | 63 | 21 | 167 | 70 | 76 |
| Binary | 1101000 | 11010100 | 1100111 | 110011 | 0 | 110011 | 10001 | 1110111 | 111000 | 111110 |
Color Harmonies of #68D467
Complementary color
Monochromatic Colors of #68D467
Black with #68D467
Text Example
Text Example
White with #68D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D467; }
p { color: rgb(104,212,103); }
H1.HeaderClassName
{
color: #68D467;
}
.AnyTagClassName
{
color: #68D467;
}
</style>
background-color css
<style>
a { background-color: #68D467; }
a { background-color: rgb(104,212,103); }
div.DivClassName
{
background-color: #68D467;
}
.BgClassName
{
background-color: #68D467;
}
</style>
border-color css
<style>
span { border-color: #68D467; }
span { border-color: rgb(104,212,103); }
td.TdClassName
{
border-color: #68D467;
}
.TagClassName
{
border-color: #68D467;
}
</style>