Shades of Pastel Green #68D874
Tints of Pastel Green #68D874
RGB
CMYK
RGB Variations
Color information
#68D874 (or 0x68D874) is known color: Pastel Green. HEX triplet: 68, D8 and 74. RGB value is (104,216,116). Sum of RGB (Red+Green+Blue) = 104+216+116=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #68D874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D874 is #97278B. Grayscale: #ABABAB. Windows color (decimal): -9906060 or 7657576. OLE color: 7657576.
HSL color Cylindrical-coordinate representation of color #68D874: hue angle of 126.43º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D874 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 116 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.15 |
| HSL | 126.43º | 0.59% | 0.63% | - |
| HSV(B) | 126.43º | 0.52% | 0.85% | - |
| XYZ | 33.42 | 53.32 | 25.05 | - |
| YUV | 171.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 116 | 0.52 | 0 | 0.46 | 0.15 | 126.43 | 0.59 | 0.63 |
| Hex | 68 | D8 | 74 | 34 | 0 | 2E | F | 7E | 3B | 3F |
| Octal | 150 | 330 | 164 | 64 | 0 | 56 | 17 | 176 | 73 | 77 |
| Binary | 1101000 | 11011000 | 1110100 | 110100 | 0 | 101110 | 1111 | 1111110 | 111011 | 111111 |
Color Harmonies of #68D874
Complementary color
Monochromatic Colors of #68D874
Black with #68D874
Text Example
Text Example
White with #68D874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D874; }
p { color: rgb(104,216,116); }
H1.HeaderClassName
{
color: #68D874;
}
.AnyTagClassName
{
color: #68D874;
}
</style>
background-color css
<style>
a { background-color: #68D874; }
a { background-color: rgb(104,216,116); }
div.DivClassName
{
background-color: #68D874;
}
.BgClassName
{
background-color: #68D874;
}
</style>
border-color css
<style>
span { border-color: #68D874; }
span { border-color: rgb(104,216,116); }
td.TdClassName
{
border-color: #68D874;
}
.TagClassName
{
border-color: #68D874;
}
</style>