Shades of Pastel Green #6FE586
Tints of Pastel Green #6FE586
RGB
CMYK
RGB Variations
Color information
#6FE586 (or 0x6FE586) is known color: Pastel Green. HEX triplet: 6F, E5 and 86. RGB value is (111,229,134). Sum of RGB (Red+Green+Blue) = 111+229+134=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FE586 is #901A79. Grayscale: #B7B7B7. Windows color (decimal): -9443962 or 8840559. OLE color: 8840559.
HSL color Cylindrical-coordinate representation of color #6FE586: hue angle of 131.69º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE586 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 134 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.10 |
| HSL | 131.69º | 0.69% | 0.67% | - |
| HSV(B) | 131.69º | 0.52% | 0.9% | - |
| XYZ | 38.88 | 61.14 | 32.31 | - |
| YUV | 182.89 | 100.41 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 134 | 0.52 | 0 | 0.41 | 0.10 | 131.69 | 0.69 | 0.67 |
| Hex | 6F | E5 | 86 | 34 | 0 | 29 | A | 84 | 45 | 43 |
| Octal | 157 | 345 | 206 | 64 | 0 | 51 | 12 | 204 | 105 | 103 |
| Binary | 1101111 | 11100101 | 10000110 | 110100 | 0 | 101001 | 1010 | 10000100 | 1000101 | 1000011 |
Color Harmonies of #6FE586
Complementary color
Monochromatic Colors of #6FE586
Black with #6FE586
Text Example
Text Example
White with #6FE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE586; }
p { color: rgb(111,229,134); }
H1.HeaderClassName
{
color: #6FE586;
}
.AnyTagClassName
{
color: #6FE586;
}
</style>
background-color css
<style>
a { background-color: #6FE586; }
a { background-color: rgb(111,229,134); }
div.DivClassName
{
background-color: #6FE586;
}
.BgClassName
{
background-color: #6FE586;
}
</style>
border-color css
<style>
span { border-color: #6FE586; }
span { border-color: rgb(111,229,134); }
td.TdClassName
{
border-color: #6FE586;
}
.TagClassName
{
border-color: #6FE586;
}
</style>