Shades of Pastel Green #68EF93
Tints of Pastel Green #68EF93
RGB
CMYK
RGB Variations
Color information
#68EF93 (or 0x68EF93) is known color: Pastel Green. HEX triplet: 68, EF and 93. RGB value is (104,239,147). Sum of RGB (Red+Green+Blue) = 104+239+147=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF93 is #97106C. Grayscale: #BCBCBC. Windows color (decimal): -9900141 or 9695080. OLE color: 9695080.
HSL color Cylindrical-coordinate representation of color #68EF93: hue angle of 139.11º 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 #68EF93 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 147 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.06 |
| HSL | 139.11º | 0.81% | 0.67% | - |
| HSV(B) | 139.11º | 0.56% | 0.94% | - |
| XYZ | 41.84 | 66.78 | 38.29 | - |
| YUV | 188.15 | 104.77 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 147 | 0.56 | 0 | 0.38 | 0.06 | 139.11 | 0.81 | 0.67 |
| Hex | 68 | EF | 93 | 38 | 0 | 26 | 6 | 8B | 51 | 43 |
| Octal | 150 | 357 | 223 | 70 | 0 | 46 | 6 | 213 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10010011 | 111000 | 0 | 100110 | 110 | 10001011 | 1010001 | 1000011 |
Color Harmonies of #68EF93
Complementary color
Monochromatic Colors of #68EF93
Black with #68EF93
Text Example
Text Example
White with #68EF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EF93; }
p { color: rgb(104,239,147); }
H1.HeaderClassName
{
color: #68EF93;
}
.AnyTagClassName
{
color: #68EF93;
}
</style>
background-color css
<style>
a { background-color: #68EF93; }
a { background-color: rgb(104,239,147); }
div.DivClassName
{
background-color: #68EF93;
}
.BgClassName
{
background-color: #68EF93;
}
</style>
border-color css
<style>
span { border-color: #68EF93; }
span { border-color: rgb(104,239,147); }
td.TdClassName
{
border-color: #68EF93;
}
.TagClassName
{
border-color: #68EF93;
}
</style>