Shades of Pastel Green #6EEB70
Tints of Pastel Green #6EEB70
RGB
CMYK
RGB Variations
Color information
#6EEB70 (or 0x6EEB70) is known color: Pastel Green. HEX triplet: 6E, EB and 70. RGB value is (110,235,112). Sum of RGB (Red+Green+Blue) = 110+235+112=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEB70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6EEB70 is #91148F. Grayscale: #B7B7B7. Windows color (decimal): -9507984 or 7400302. OLE color: 7400302.
HSL color Cylindrical-coordinate representation of color #6EEB70: hue angle of 120.96º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEB70 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 235 | 112 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.08 |
| HSL | 120.96º | 0.76% | 0.68% | - |
| HSV(B) | 120.96º | 0.53% | 0.92% | - |
| XYZ | 39.06 | 63.9 | 25.6 | - |
| YUV | 183.6 | 87.59 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 112 | 0.53 | 0 | 0.52 | 0.08 | 120.96 | 0.76 | 0.68 |
| Hex | 6E | EB | 70 | 35 | 0 | 34 | 8 | 79 | 4C | 44 |
| Octal | 156 | 353 | 160 | 65 | 0 | 64 | 10 | 171 | 114 | 104 |
| Binary | 1101110 | 11101011 | 1110000 | 110101 | 0 | 110100 | 1000 | 1111001 | 1001100 | 1000100 |
Color Harmonies of #6EEB70
Complementary color
Monochromatic Colors of #6EEB70
Black with #6EEB70
Text Example
Text Example
White with #6EEB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEB70; }
p { color: rgb(110,235,112); }
H1.HeaderClassName
{
color: #6EEB70;
}
.AnyTagClassName
{
color: #6EEB70;
}
</style>
background-color css
<style>
a { background-color: #6EEB70; }
a { background-color: rgb(110,235,112); }
div.DivClassName
{
background-color: #6EEB70;
}
.BgClassName
{
background-color: #6EEB70;
}
</style>
border-color css
<style>
span { border-color: #6EEB70; }
span { border-color: rgb(110,235,112); }
td.TdClassName
{
border-color: #6EEB70;
}
.TagClassName
{
border-color: #6EEB70;
}
</style>