Shades of Pastel Green #6FE07F
Tints of Pastel Green #6FE07F
RGB
CMYK
RGB Variations
Color information
#6FE07F (or 0x6FE07F) is known color: Pastel Green. HEX triplet: 6F, E0 and 7F. RGB value is (111,224,127). Sum of RGB (Red+Green+Blue) = 111+224+127=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE07F is #901F80. Grayscale: #B3B3B3. Windows color (decimal): -9445249 or 8380527. OLE color: 8380527.
HSL color Cylindrical-coordinate representation of color #6FE07F: hue angle of 128.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FE07F is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 224 | 127 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.12 |
| HSL | 128.5º | 0.65% | 0.66% | - |
| HSV(B) | 128.5º | 0.5% | 0.88% | - |
| XYZ | 37.04 | 58.22 | 29.36 | - |
| YUV | 179.16 | 98.56 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 224 | 127 | 0.50 | 0 | 0.43 | 0.12 | 128.5 | 0.65 | 0.66 |
| Hex | 6F | E0 | 7F | 32 | 0 | 2B | C | 80 | 41 | 42 |
| Octal | 157 | 340 | 177 | 62 | 0 | 53 | 14 | 200 | 101 | 102 |
| Binary | 1101111 | 11100000 | 1111111 | 110010 | 0 | 101011 | 1100 | 10000000 | 1000001 | 1000010 |
Color Harmonies of #6FE07F
Complementary color
Monochromatic Colors of #6FE07F
Black with #6FE07F
Text Example
Text Example
White with #6FE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE07F; }
p { color: rgb(111,224,127); }
H1.HeaderClassName
{
color: #6FE07F;
}
.AnyTagClassName
{
color: #6FE07F;
}
</style>
background-color css
<style>
a { background-color: #6FE07F; }
a { background-color: rgb(111,224,127); }
div.DivClassName
{
background-color: #6FE07F;
}
.BgClassName
{
background-color: #6FE07F;
}
</style>
border-color css
<style>
span { border-color: #6FE07F; }
span { border-color: rgb(111,224,127); }
td.TdClassName
{
border-color: #6FE07F;
}
.TagClassName
{
border-color: #6FE07F;
}
</style>