Shades of Pastel Green #68EF85
Tints of Pastel Green #68EF85
RGB
CMYK
RGB Variations
Color information
#68EF85 (or 0x68EF85) is known color: Pastel Green. HEX triplet: 68, EF and 85. RGB value is (104,239,133). Sum of RGB (Red+Green+Blue) = 104+239+133=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF85 is #97107A. Grayscale: #BABABA. Windows color (decimal): -9900155 or 8777576. OLE color: 8777576.
HSL color Cylindrical-coordinate representation of color #68EF85: hue angle of 132.89º 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 #68EF85 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 133 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.06 |
| HSL | 132.89º | 0.81% | 0.67% | - |
| HSV(B) | 132.89º | 0.56% | 0.94% | - |
| XYZ | 40.81 | 66.37 | 32.85 | - |
| YUV | 186.55 | 97.77 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 133 | 0.56 | 0 | 0.44 | 0.06 | 132.89 | 0.81 | 0.67 |
| Hex | 68 | EF | 85 | 38 | 0 | 2C | 6 | 85 | 51 | 43 |
| Octal | 150 | 357 | 205 | 70 | 0 | 54 | 6 | 205 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10000101 | 111000 | 0 | 101100 | 110 | 10000101 | 1010001 | 1000011 |
Color Harmonies of #68EF85
Complementary color
Monochromatic Colors of #68EF85
Black with #68EF85
Text Example
Text Example
White with #68EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EF85; }
p { color: rgb(104,239,133); }
H1.HeaderClassName
{
color: #68EF85;
}
.AnyTagClassName
{
color: #68EF85;
}
</style>
background-color css
<style>
a { background-color: #68EF85; }
a { background-color: rgb(104,239,133); }
div.DivClassName
{
background-color: #68EF85;
}
.BgClassName
{
background-color: #68EF85;
}
</style>
border-color css
<style>
span { border-color: #68EF85; }
span { border-color: rgb(104,239,133); }
td.TdClassName
{
border-color: #68EF85;
}
.TagClassName
{
border-color: #68EF85;
}
</style>