Shades of Pastel Green #68D263
Tints of Pastel Green #68D263
RGB
CMYK
RGB Variations
Color information
#68D263 (or 0x68D263) is known color: Pastel Green. HEX triplet: 68, D2 and 63. RGB value is (104,210,99). Sum of RGB (Red+Green+Blue) = 104+210+99=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #68D263 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D263 is #972D9C. Grayscale: #A5A5A5. Windows color (decimal): -9907613 or 6541928. OLE color: 6541928.
HSL color Cylindrical-coordinate representation of color #68D263: hue angle of 117.3º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68D263 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 99 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.18 |
| HSL | 117.3º | 0.55% | 0.61% | - |
| HSV(B) | 117.3º | 0.53% | 0.82% | - |
| XYZ | 31.01 | 49.94 | 19.81 | - |
| YUV | 165.65 | 90.38 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 99 | 0.50 | 0 | 0.53 | 0.18 | 117.3 | 0.55 | 0.61 |
| Hex | 68 | D2 | 63 | 32 | 0 | 35 | 12 | 75 | 37 | 3D |
| Octal | 150 | 322 | 143 | 62 | 0 | 65 | 22 | 165 | 67 | 75 |
| Binary | 1101000 | 11010010 | 1100011 | 110010 | 0 | 110101 | 10010 | 1110101 | 110111 | 111101 |
Color Harmonies of #68D263
Complementary color
Monochromatic Colors of #68D263
Black with #68D263
Text Example
Text Example
White with #68D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D263; }
p { color: rgb(104,210,99); }
H1.HeaderClassName
{
color: #68D263;
}
.AnyTagClassName
{
color: #68D263;
}
</style>
background-color css
<style>
a { background-color: #68D263; }
a { background-color: rgb(104,210,99); }
div.DivClassName
{
background-color: #68D263;
}
.BgClassName
{
background-color: #68D263;
}
</style>
border-color css
<style>
span { border-color: #68D263; }
span { border-color: rgb(104,210,99); }
td.TdClassName
{
border-color: #68D263;
}
.TagClassName
{
border-color: #68D263;
}
</style>