Shades of Pastel Green #6FF07F
Tints of Pastel Green #6FF07F
RGB
CMYK
RGB Variations
Color information
#6FF07F (or 0x6FF07F) is known color: Pastel Green. HEX triplet: 6F, F0 and 7F. RGB value is (111,240,127). Sum of RGB (Red+Green+Blue) = 111+240+127=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FF07F is #900F80. Grayscale: #BCBCBC. Windows color (decimal): -9441153 or 8384623. OLE color: 8384623.
HSL color Cylindrical-coordinate representation of color #6FF07F: hue angle of 127.44º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF07F is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 127 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.06 |
| HSL | 127.44º | 0.81% | 0.69% | - |
| HSV(B) | 127.44º | 0.54% | 0.94% | - |
| XYZ | 41.55 | 67.23 | 30.87 | - |
| YUV | 188.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 127 | 0.54 | 0 | 0.47 | 0.06 | 127.44 | 0.81 | 0.69 |
| Hex | 6F | F0 | 7F | 36 | 0 | 2F | 6 | 7F | 51 | 45 |
| Octal | 157 | 360 | 177 | 66 | 0 | 57 | 6 | 177 | 121 | 105 |
| Binary | 1101111 | 11110000 | 1111111 | 110110 | 0 | 101111 | 110 | 1111111 | 1010001 | 1000101 |
Color Harmonies of #6FF07F
Complementary color
Monochromatic Colors of #6FF07F
Black with #6FF07F
Text Example
Text Example
White with #6FF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF07F; }
p { color: rgb(111,240,127); }
H1.HeaderClassName
{
color: #6FF07F;
}
.AnyTagClassName
{
color: #6FF07F;
}
</style>
background-color css
<style>
a { background-color: #6FF07F; }
a { background-color: rgb(111,240,127); }
div.DivClassName
{
background-color: #6FF07F;
}
.BgClassName
{
background-color: #6FF07F;
}
</style>
border-color css
<style>
span { border-color: #6FF07F; }
span { border-color: rgb(111,240,127); }
td.TdClassName
{
border-color: #6FF07F;
}
.TagClassName
{
border-color: #6FF07F;
}
</style>