Shades of Pastel Green #68D460
Tints of Pastel Green #68D460
RGB
CMYK
RGB Variations
Color information
#68D460 (or 0x68D460) is known color: Pastel Green. HEX triplet: 68, D4 and 60. RGB value is (104,212,96). Sum of RGB (Red+Green+Blue) = 104+212+96=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #68D460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D460 is #972B9F. Grayscale: #A6A6A6. Windows color (decimal): -9907104 or 6345832. OLE color: 6345832.
HSL color Cylindrical-coordinate representation of color #68D460: hue angle of 115.86º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68D460 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 96 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.17 |
| HSL | 115.86º | 0.57% | 0.6% | - |
| HSV(B) | 115.86º | 0.55% | 0.83% | - |
| XYZ | 31.36 | 50.87 | 19.23 | - |
| YUV | 166.48 | 88.22 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 96 | 0.51 | 0 | 0.55 | 0.17 | 115.86 | 0.57 | 0.6 |
| Hex | 68 | D4 | 60 | 33 | 0 | 37 | 11 | 74 | 39 | 3C |
| Octal | 150 | 324 | 140 | 63 | 0 | 67 | 21 | 164 | 71 | 74 |
| Binary | 1101000 | 11010100 | 1100000 | 110011 | 0 | 110111 | 10001 | 1110100 | 111001 | 111100 |
Color Harmonies of #68D460
Complementary color
Monochromatic Colors of #68D460
Black with #68D460
Text Example
Text Example
White with #68D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D460; }
p { color: rgb(104,212,96); }
H1.HeaderClassName
{
color: #68D460;
}
.AnyTagClassName
{
color: #68D460;
}
</style>
background-color css
<style>
a { background-color: #68D460; }
a { background-color: rgb(104,212,96); }
div.DivClassName
{
background-color: #68D460;
}
.BgClassName
{
background-color: #68D460;
}
</style>
border-color css
<style>
span { border-color: #68D460; }
span { border-color: rgb(104,212,96); }
td.TdClassName
{
border-color: #68D460;
}
.TagClassName
{
border-color: #68D460;
}
</style>