Shades of Pastel Green #68EE84
Tints of Pastel Green #68EE84
RGB
CMYK
RGB Variations
Color information
#68EE84 (or 0x68EE84) is known color: Pastel Green. HEX triplet: 68, EE and 84. RGB value is (104,238,132). Sum of RGB (Red+Green+Blue) = 104+238+132=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #68EE84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EE84 is #97117B. Grayscale: #BABABA. Windows color (decimal): -9900412 or 8711784. OLE color: 8711784.
HSL color Cylindrical-coordinate representation of color #68EE84: hue angle of 132.54º 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 #68EE84 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 132 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.07 |
| HSL | 132.54º | 0.8% | 0.67% | - |
| HSV(B) | 132.54º | 0.56% | 0.93% | - |
| XYZ | 40.45 | 65.76 | 32.39 | - |
| YUV | 185.85 | 97.61 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 132 | 0.56 | 0 | 0.45 | 0.07 | 132.54 | 0.8 | 0.67 |
| Hex | 68 | EE | 84 | 38 | 0 | 2D | 7 | 85 | 50 | 43 |
| Octal | 150 | 356 | 204 | 70 | 0 | 55 | 7 | 205 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10000100 | 111000 | 0 | 101101 | 111 | 10000101 | 1010000 | 1000011 |
Color Harmonies of #68EE84
Complementary color
Monochromatic Colors of #68EE84
Black with #68EE84
Text Example
Text Example
White with #68EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EE84; }
p { color: rgb(104,238,132); }
H1.HeaderClassName
{
color: #68EE84;
}
.AnyTagClassName
{
color: #68EE84;
}
</style>
background-color css
<style>
a { background-color: #68EE84; }
a { background-color: rgb(104,238,132); }
div.DivClassName
{
background-color: #68EE84;
}
.BgClassName
{
background-color: #68EE84;
}
</style>
border-color css
<style>
span { border-color: #68EE84; }
span { border-color: rgb(104,238,132); }
td.TdClassName
{
border-color: #68EE84;
}
.TagClassName
{
border-color: #68EE84;
}
</style>