Shades of Pastel Green #68E060
Tints of Pastel Green #68E060
RGB
CMYK
RGB Variations
Color information
#68E060 (or 0x68E060) is known color: Pastel Green. HEX triplet: 68, E0 and 60. RGB value is (104,224,96). Sum of RGB (Red+Green+Blue) = 104+224+96=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #68E060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68E060 is #971F9F. Grayscale: #ADADAD. Windows color (decimal): -9904032 or 6348904. OLE color: 6348904.
HSL color Cylindrical-coordinate representation of color #68E060: hue angle of 116.25º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68E060 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 224 | 96 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.12 |
| HSL | 116.25º | 0.67% | 0.63% | - |
| HSV(B) | 116.25º | 0.57% | 0.88% | - |
| XYZ | 34.48 | 57.1 | 20.27 | - |
| YUV | 173.53 | 84.24 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 224 | 96 | 0.54 | 0 | 0.57 | 0.12 | 116.25 | 0.67 | 0.63 |
| Hex | 68 | E0 | 60 | 36 | 0 | 39 | C | 74 | 43 | 3F |
| Octal | 150 | 340 | 140 | 66 | 0 | 71 | 14 | 164 | 103 | 77 |
| Binary | 1101000 | 11100000 | 1100000 | 110110 | 0 | 111001 | 1100 | 1110100 | 1000011 | 111111 |
Color Harmonies of #68E060
Complementary color
Monochromatic Colors of #68E060
Black with #68E060
Text Example
Text Example
White with #68E060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E060; }
p { color: rgb(104,224,96); }
H1.HeaderClassName
{
color: #68E060;
}
.AnyTagClassName
{
color: #68E060;
}
</style>
background-color css
<style>
a { background-color: #68E060; }
a { background-color: rgb(104,224,96); }
div.DivClassName
{
background-color: #68E060;
}
.BgClassName
{
background-color: #68E060;
}
</style>
border-color css
<style>
span { border-color: #68E060; }
span { border-color: rgb(104,224,96); }
td.TdClassName
{
border-color: #68E060;
}
.TagClassName
{
border-color: #68E060;
}
</style>