Shades of Pastel Green #68DF7A
Tints of Pastel Green #68DF7A
RGB
CMYK
RGB Variations
Color information
#68DF7A (or 0x68DF7A) is known color: Pastel Green. HEX triplet: 68, DF and 7A. RGB value is (104,223,122). Sum of RGB (Red+Green+Blue) = 104+223+122=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DF7A is #972085. Grayscale: #B0B0B0. Windows color (decimal): -9904262 or 8052584. OLE color: 8052584.
HSL color Cylindrical-coordinate representation of color #68DF7A: hue angle of 129.08º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DF7A is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 122 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.13 |
| HSL | 129.08º | 0.65% | 0.64% | - |
| HSV(B) | 129.08º | 0.53% | 0.87% | - |
| XYZ | 35.61 | 57.12 | 27.56 | - |
| YUV | 175.91 | 97.58 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 122 | 0.53 | 0 | 0.45 | 0.13 | 129.08 | 0.65 | 0.64 |
| Hex | 68 | DF | 7A | 35 | 0 | 2D | D | 81 | 41 | 40 |
| Octal | 150 | 337 | 172 | 65 | 0 | 55 | 15 | 201 | 101 | 100 |
| Binary | 1101000 | 11011111 | 1111010 | 110101 | 0 | 101101 | 1101 | 10000001 | 1000001 | 1000000 |
Color Harmonies of #68DF7A
Complementary color
Monochromatic Colors of #68DF7A
Black with #68DF7A
Text Example
Text Example
White with #68DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF7A; }
p { color: rgb(104,223,122); }
H1.HeaderClassName
{
color: #68DF7A;
}
.AnyTagClassName
{
color: #68DF7A;
}
</style>
background-color css
<style>
a { background-color: #68DF7A; }
a { background-color: rgb(104,223,122); }
div.DivClassName
{
background-color: #68DF7A;
}
.BgClassName
{
background-color: #68DF7A;
}
</style>
border-color css
<style>
span { border-color: #68DF7A; }
span { border-color: rgb(104,223,122); }
td.TdClassName
{
border-color: #68DF7A;
}
.TagClassName
{
border-color: #68DF7A;
}
</style>