Shades of Pastel Green #68EC75
Tints of Pastel Green #68EC75
RGB
CMYK
RGB Variations
Color information
#68EC75 (or 0x68EC75) is known color: Pastel Green. HEX triplet: 68, EC and 75. RGB value is (104,236,117). Sum of RGB (Red+Green+Blue) = 104+236+117=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #68EC75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68EC75 is #97138A. Grayscale: #B7B7B7. Windows color (decimal): -9900939 or 7728232. OLE color: 7728232.
HSL color Cylindrical-coordinate representation of color #68EC75: hue angle of 125.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EC75 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 117 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.07 |
| HSL | 125.91º | 0.78% | 0.67% | - |
| HSV(B) | 125.91º | 0.56% | 0.93% | - |
| XYZ | 38.92 | 64.22 | 27.17 | - |
| YUV | 182.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 117 | 0.56 | 0 | 0.50 | 0.07 | 125.91 | 0.78 | 0.67 |
| Hex | 68 | EC | 75 | 38 | 0 | 32 | 7 | 7E | 4E | 43 |
| Octal | 150 | 354 | 165 | 70 | 0 | 62 | 7 | 176 | 116 | 103 |
| Binary | 1101000 | 11101100 | 1110101 | 111000 | 0 | 110010 | 111 | 1111110 | 1001110 | 1000011 |
Color Harmonies of #68EC75
Complementary color
Monochromatic Colors of #68EC75
Black with #68EC75
Text Example
Text Example
White with #68EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EC75; }
p { color: rgb(104,236,117); }
H1.HeaderClassName
{
color: #68EC75;
}
.AnyTagClassName
{
color: #68EC75;
}
</style>
background-color css
<style>
a { background-color: #68EC75; }
a { background-color: rgb(104,236,117); }
div.DivClassName
{
background-color: #68EC75;
}
.BgClassName
{
background-color: #68EC75;
}
</style>
border-color css
<style>
span { border-color: #68EC75; }
span { border-color: rgb(104,236,117); }
td.TdClassName
{
border-color: #68EC75;
}
.TagClassName
{
border-color: #68EC75;
}
</style>