Shades of Pastel Green #6FF07C
Tints of Pastel Green #6FF07C
RGB
CMYK
RGB Variations
Color information
#6FF07C (or 0x6FF07C) is known color: Pastel Green. HEX triplet: 6F, F0 and 7C. RGB value is (111,240,124). Sum of RGB (Red+Green+Blue) = 111+240+124=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FF07C is #900F83. Grayscale: #BCBCBC. Windows color (decimal): -9441156 or 8188015. OLE color: 8188015.
HSL color Cylindrical-coordinate representation of color #6FF07C: hue angle of 126.05º 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 #6FF07C is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 124 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.06 |
| HSL | 126.05º | 0.81% | 0.69% | - |
| HSV(B) | 126.05º | 0.54% | 0.94% | - |
| XYZ | 41.35 | 67.15 | 29.85 | - |
| YUV | 188.21 | 91.76 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 124 | 0.54 | 0 | 0.48 | 0.06 | 126.05 | 0.81 | 0.69 |
| Hex | 6F | F0 | 7C | 36 | 0 | 30 | 6 | 7E | 51 | 45 |
| Octal | 157 | 360 | 174 | 66 | 0 | 60 | 6 | 176 | 121 | 105 |
| Binary | 1101111 | 11110000 | 1111100 | 110110 | 0 | 110000 | 110 | 1111110 | 1010001 | 1000101 |
Color Harmonies of #6FF07C
Complementary color
Monochromatic Colors of #6FF07C
Black with #6FF07C
Text Example
Text Example
White with #6FF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF07C; }
p { color: rgb(111,240,124); }
H1.HeaderClassName
{
color: #6FF07C;
}
.AnyTagClassName
{
color: #6FF07C;
}
</style>
background-color css
<style>
a { background-color: #6FF07C; }
a { background-color: rgb(111,240,124); }
div.DivClassName
{
background-color: #6FF07C;
}
.BgClassName
{
background-color: #6FF07C;
}
</style>
border-color css
<style>
span { border-color: #6FF07C; }
span { border-color: rgb(111,240,124); }
td.TdClassName
{
border-color: #6FF07C;
}
.TagClassName
{
border-color: #6FF07C;
}
</style>