Shades of Pastel Green #68D360
Tints of Pastel Green #68D360
RGB
CMYK
RGB Variations
Color information
#68D360 (or 0x68D360) is known color: Pastel Green. HEX triplet: 68, D3 and 60. RGB value is (104,211,96). Sum of RGB (Red+Green+Blue) = 104+211+96=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #68D360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D360 is #972C9F. Grayscale: #A6A6A6. Windows color (decimal): -9907360 or 6345576. OLE color: 6345576.
HSL color Cylindrical-coordinate representation of color #68D360: hue angle of 115.83º 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 #68D360 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 96 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.17 |
| HSL | 115.83º | 0.57% | 0.6% | - |
| HSV(B) | 115.83º | 0.55% | 0.83% | - |
| XYZ | 31.11 | 50.38 | 19.15 | - |
| YUV | 165.9 | 88.55 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 96 | 0.51 | 0 | 0.55 | 0.17 | 115.83 | 0.57 | 0.6 |
| Hex | 68 | D3 | 60 | 33 | 0 | 37 | 11 | 74 | 39 | 3C |
| Octal | 150 | 323 | 140 | 63 | 0 | 67 | 21 | 164 | 71 | 74 |
| Binary | 1101000 | 11010011 | 1100000 | 110011 | 0 | 110111 | 10001 | 1110100 | 111001 | 111100 |
Color Harmonies of #68D360
Complementary color
Monochromatic Colors of #68D360
Black with #68D360
Text Example
Text Example
White with #68D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D360; }
p { color: rgb(104,211,96); }
H1.HeaderClassName
{
color: #68D360;
}
.AnyTagClassName
{
color: #68D360;
}
</style>
background-color css
<style>
a { background-color: #68D360; }
a { background-color: rgb(104,211,96); }
div.DivClassName
{
background-color: #68D360;
}
.BgClassName
{
background-color: #68D360;
}
</style>
border-color css
<style>
span { border-color: #68D360; }
span { border-color: rgb(104,211,96); }
td.TdClassName
{
border-color: #68D360;
}
.TagClassName
{
border-color: #68D360;
}
</style>