Shades of Pastel Green #68EE8C
Tints of Pastel Green #68EE8C
RGB
CMYK
RGB Variations
Color information
#68EE8C (or 0x68EE8C) is known color: Pastel Green. HEX triplet: 68, EE and 8C. RGB value is (104,238,140). Sum of RGB (Red+Green+Blue) = 104+238+140=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EE8C is #971173. Grayscale: #BBBBBB. Windows color (decimal): -9900404 or 9236072. OLE color: 9236072.
HSL color Cylindrical-coordinate representation of color #68EE8C: hue angle of 136.12º degrees, saturation: 0.8, 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 #68EE8C is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 140 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.07 |
| HSL | 136.12º | 0.8% | 0.67% | - |
| HSV(B) | 136.12º | 0.56% | 0.93% | - |
| XYZ | 41.02 | 65.99 | 35.39 | - |
| YUV | 186.76 | 101.61 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 140 | 0.56 | 0 | 0.41 | 0.07 | 136.12 | 0.8 | 0.67 |
| Hex | 68 | EE | 8C | 38 | 0 | 29 | 7 | 88 | 50 | 43 |
| Octal | 150 | 356 | 214 | 70 | 0 | 51 | 7 | 210 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10001100 | 111000 | 0 | 101001 | 111 | 10001000 | 1010000 | 1000011 |
Color Harmonies of #68EE8C
Complementary color
Monochromatic Colors of #68EE8C
Black with #68EE8C
Text Example
Text Example
White with #68EE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EE8C; }
p { color: rgb(104,238,140); }
H1.HeaderClassName
{
color: #68EE8C;
}
.AnyTagClassName
{
color: #68EE8C;
}
</style>
background-color css
<style>
a { background-color: #68EE8C; }
a { background-color: rgb(104,238,140); }
div.DivClassName
{
background-color: #68EE8C;
}
.BgClassName
{
background-color: #68EE8C;
}
</style>
border-color css
<style>
span { border-color: #68EE8C; }
span { border-color: rgb(104,238,140); }
td.TdClassName
{
border-color: #68EE8C;
}
.TagClassName
{
border-color: #68EE8C;
}
</style>