Shades of Pastel Green #68EF91
Tints of Pastel Green #68EF91
RGB
CMYK
RGB Variations
Color information
#68EF91 (or 0x68EF91) is known color: Pastel Green. HEX triplet: 68, EF and 91. RGB value is (104,239,145). Sum of RGB (Red+Green+Blue) = 104+239+145=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF91 is #97106E. Grayscale: #BCBCBC. Windows color (decimal): -9900143 or 9564008. OLE color: 9564008.
HSL color Cylindrical-coordinate representation of color #68EF91: hue angle of 138.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EF91 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 145 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.06 |
| HSL | 138.22º | 0.81% | 0.67% | - |
| HSV(B) | 138.22º | 0.56% | 0.94% | - |
| XYZ | 41.69 | 66.72 | 37.47 | - |
| YUV | 187.92 | 103.77 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 145 | 0.56 | 0 | 0.39 | 0.06 | 138.22 | 0.81 | 0.67 |
| Hex | 68 | EF | 91 | 38 | 0 | 27 | 6 | 8A | 51 | 43 |
| Octal | 150 | 357 | 221 | 70 | 0 | 47 | 6 | 212 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10010001 | 111000 | 0 | 100111 | 110 | 10001010 | 1010001 | 1000011 |
Color Harmonies of #68EF91
Complementary color
Monochromatic Colors of #68EF91
Black with #68EF91
Text Example
Text Example
White with #68EF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EF91; }
p { color: rgb(104,239,145); }
H1.HeaderClassName
{
color: #68EF91;
}
.AnyTagClassName
{
color: #68EF91;
}
</style>
background-color css
<style>
a { background-color: #68EF91; }
a { background-color: rgb(104,239,145); }
div.DivClassName
{
background-color: #68EF91;
}
.BgClassName
{
background-color: #68EF91;
}
</style>
border-color css
<style>
span { border-color: #68EF91; }
span { border-color: rgb(104,239,145); }
td.TdClassName
{
border-color: #68EF91;
}
.TagClassName
{
border-color: #68EF91;
}
</style>