Shades of Pastel Green #68E690
Tints of Pastel Green #68E690
RGB
CMYK
RGB Variations
Color information
#68E690 (or 0x68E690) is known color: Pastel Green. HEX triplet: 68, E6 and 90. RGB value is (104,230,144). Sum of RGB (Red+Green+Blue) = 104+230+144=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #68E690 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E690 is #97196F. Grayscale: #B6B6B6. Windows color (decimal): -9902448 or 9496168. OLE color: 9496168.
HSL color Cylindrical-coordinate representation of color #68E690: hue angle of 139.05º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E690 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 230 | 144 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.10 |
| HSL | 139.05º | 0.72% | 0.65% | - |
| HSV(B) | 139.05º | 0.55% | 0.9% | - |
| XYZ | 39.04 | 61.55 | 36.21 | - |
| YUV | 182.52 | 106.26 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 144 | 0.55 | 0 | 0.37 | 0.10 | 139.05 | 0.72 | 0.65 |
| Hex | 68 | E6 | 90 | 37 | 0 | 25 | A | 8B | 48 | 41 |
| Octal | 150 | 346 | 220 | 67 | 0 | 45 | 12 | 213 | 110 | 101 |
| Binary | 1101000 | 11100110 | 10010000 | 110111 | 0 | 100101 | 1010 | 10001011 | 1001000 | 1000001 |
Color Harmonies of #68E690
Complementary color
Monochromatic Colors of #68E690
Black with #68E690
Text Example
Text Example
White with #68E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E690; }
p { color: rgb(104,230,144); }
H1.HeaderClassName
{
color: #68E690;
}
.AnyTagClassName
{
color: #68E690;
}
</style>
background-color css
<style>
a { background-color: #68E690; }
a { background-color: rgb(104,230,144); }
div.DivClassName
{
background-color: #68E690;
}
.BgClassName
{
background-color: #68E690;
}
</style>
border-color css
<style>
span { border-color: #68E690; }
span { border-color: rgb(104,230,144); }
td.TdClassName
{
border-color: #68E690;
}
.TagClassName
{
border-color: #68E690;
}
</style>