Shades of Pastel Green #6EF281
Tints of Pastel Green #6EF281
RGB
CMYK
RGB Variations
Color information
#6EF281 (or 0x6EF281) is known color: Pastel Green. HEX triplet: 6E, F2 and 81. RGB value is (110,242,129). Sum of RGB (Red+Green+Blue) = 110+242+129=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF281 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EF281 is #910D7E. Grayscale: #BDBDBD. Windows color (decimal): -9506175 or 8516206. OLE color: 8516206.
HSL color Cylindrical-coordinate representation of color #6EF281: hue angle of 128.64º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF281 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 242 | 129 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.05 |
| HSL | 128.64º | 0.84% | 0.69% | - |
| HSV(B) | 128.64º | 0.55% | 0.95% | - |
| XYZ | 42.14 | 68.4 | 31.75 | - |
| YUV | 189.65 | 93.77 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 242 | 129 | 0.55 | 0 | 0.47 | 0.05 | 128.64 | 0.84 | 0.69 |
| Hex | 6E | F2 | 81 | 37 | 0 | 2F | 5 | 81 | 54 | 45 |
| Octal | 156 | 362 | 201 | 67 | 0 | 57 | 5 | 201 | 124 | 105 |
| Binary | 1101110 | 11110010 | 10000001 | 110111 | 0 | 101111 | 101 | 10000001 | 1010100 | 1000101 |
Color Harmonies of #6EF281
Complementary color
Monochromatic Colors of #6EF281
Black with #6EF281
Text Example
Text Example
White with #6EF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF281; }
p { color: rgb(110,242,129); }
H1.HeaderClassName
{
color: #6EF281;
}
.AnyTagClassName
{
color: #6EF281;
}
</style>
background-color css
<style>
a { background-color: #6EF281; }
a { background-color: rgb(110,242,129); }
div.DivClassName
{
background-color: #6EF281;
}
.BgClassName
{
background-color: #6EF281;
}
</style>
border-color css
<style>
span { border-color: #6EF281; }
span { border-color: rgb(110,242,129); }
td.TdClassName
{
border-color: #6EF281;
}
.TagClassName
{
border-color: #6EF281;
}
</style>