Shades of Pastel Green #6FEA8C
Tints of Pastel Green #6FEA8C
RGB
CMYK
RGB Variations
Color information
#6FEA8C (or 0x6FEA8C) is known color: Pastel Green. HEX triplet: 6F, EA and 8C. RGB value is (111,234,140). Sum of RGB (Red+Green+Blue) = 111+234+140=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FEA8C is #901573. Grayscale: #BABABA. Windows color (decimal): -9442676 or 9235055. OLE color: 9235055.
HSL color Cylindrical-coordinate representation of color #6FEA8C: hue angle of 134.15º degrees, saturation: 0.75, 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 #6FEA8C is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 140 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.08 |
| HSL | 134.15º | 0.75% | 0.68% | - |
| HSV(B) | 134.15º | 0.53% | 0.92% | - |
| XYZ | 40.71 | 64.12 | 35.04 | - |
| YUV | 186.51 | 101.75 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 140 | 0.53 | 0 | 0.40 | 0.08 | 134.15 | 0.75 | 0.68 |
| Hex | 6F | EA | 8C | 35 | 0 | 28 | 8 | 86 | 4B | 44 |
| Octal | 157 | 352 | 214 | 65 | 0 | 50 | 10 | 206 | 113 | 104 |
| Binary | 1101111 | 11101010 | 10001100 | 110101 | 0 | 101000 | 1000 | 10000110 | 1001011 | 1000100 |
Color Harmonies of #6FEA8C
Complementary color
Monochromatic Colors of #6FEA8C
Black with #6FEA8C
Text Example
Text Example
White with #6FEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEA8C; }
p { color: rgb(111,234,140); }
H1.HeaderClassName
{
color: #6FEA8C;
}
.AnyTagClassName
{
color: #6FEA8C;
}
</style>
background-color css
<style>
a { background-color: #6FEA8C; }
a { background-color: rgb(111,234,140); }
div.DivClassName
{
background-color: #6FEA8C;
}
.BgClassName
{
background-color: #6FEA8C;
}
</style>
border-color css
<style>
span { border-color: #6FEA8C; }
span { border-color: rgb(111,234,140); }
td.TdClassName
{
border-color: #6FEA8C;
}
.TagClassName
{
border-color: #6FEA8C;
}
</style>