Shades of Pastel Green #6FE186
Tints of Pastel Green #6FE186
RGB
CMYK
RGB Variations
Color information
#6FE186 (or 0x6FE186) is known color: Pastel Green. HEX triplet: 6F, E1 and 86. RGB value is (111,225,134). Sum of RGB (Red+Green+Blue) = 111+225+134=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FE186 is #901E79. Grayscale: #B4B4B4. Windows color (decimal): -9444986 or 8839535. OLE color: 8839535.
HSL color Cylindrical-coordinate representation of color #6FE186: hue angle of 132.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE186 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 134 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.12 |
| HSL | 132.11º | 0.66% | 0.66% | - |
| HSV(B) | 132.11º | 0.51% | 0.88% | - |
| XYZ | 37.78 | 58.95 | 31.94 | - |
| YUV | 180.54 | 101.73 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 134 | 0.51 | 0 | 0.40 | 0.12 | 132.11 | 0.66 | 0.66 |
| Hex | 6F | E1 | 86 | 33 | 0 | 28 | C | 84 | 42 | 42 |
| Octal | 157 | 341 | 206 | 63 | 0 | 50 | 14 | 204 | 102 | 102 |
| Binary | 1101111 | 11100001 | 10000110 | 110011 | 0 | 101000 | 1100 | 10000100 | 1000010 | 1000010 |
Color Harmonies of #6FE186
Complementary color
Monochromatic Colors of #6FE186
Black with #6FE186
Text Example
Text Example
White with #6FE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE186; }
p { color: rgb(111,225,134); }
H1.HeaderClassName
{
color: #6FE186;
}
.AnyTagClassName
{
color: #6FE186;
}
</style>
background-color css
<style>
a { background-color: #6FE186; }
a { background-color: rgb(111,225,134); }
div.DivClassName
{
background-color: #6FE186;
}
.BgClassName
{
background-color: #6FE186;
}
</style>
border-color css
<style>
span { border-color: #6FE186; }
span { border-color: rgb(111,225,134); }
td.TdClassName
{
border-color: #6FE186;
}
.TagClassName
{
border-color: #6FE186;
}
</style>