Shades of Pastel Green #6BF786
Tints of Pastel Green #6BF786
RGB
CMYK
RGB Variations
Color information
#6BF786 (or 0x6BF786) is known color: Pastel Green. HEX triplet: 6B, F7 and 86. RGB value is (107,247,134). Sum of RGB (Red+Green+Blue) = 107+247+134=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #6BF786 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF786 is #940879. Grayscale: #C0C0C0. Windows color (decimal): -9701498 or 8845163. OLE color: 8845163.
HSL color Cylindrical-coordinate representation of color #6BF786: hue angle of 131.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF786 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 247 | 134 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.03 |
| HSL | 131.57º | 0.9% | 0.69% | - |
| HSV(B) | 131.57º | 0.57% | 0.97% | - |
| XYZ | 43.63 | 71.37 | 34.03 | - |
| YUV | 192.26 | 95.12 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 247 | 134 | 0.57 | 0 | 0.46 | 0.03 | 131.57 | 0.9 | 0.69 |
| Hex | 6B | F7 | 86 | 39 | 0 | 2E | 3 | 84 | 5A | 45 |
| Octal | 153 | 367 | 206 | 71 | 0 | 56 | 3 | 204 | 132 | 105 |
| Binary | 1101011 | 11110111 | 10000110 | 111001 | 0 | 101110 | 11 | 10000100 | 1011010 | 1000101 |
Color Harmonies of #6BF786
Complementary color
Monochromatic Colors of #6BF786
Black with #6BF786
Text Example
Text Example
White with #6BF786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF786; }
p { color: rgb(107,247,134); }
H1.HeaderClassName
{
color: #6BF786;
}
.AnyTagClassName
{
color: #6BF786;
}
</style>
background-color css
<style>
a { background-color: #6BF786; }
a { background-color: rgb(107,247,134); }
div.DivClassName
{
background-color: #6BF786;
}
.BgClassName
{
background-color: #6BF786;
}
</style>
border-color css
<style>
span { border-color: #6BF786; }
span { border-color: rgb(107,247,134); }
td.TdClassName
{
border-color: #6BF786;
}
.TagClassName
{
border-color: #6BF786;
}
</style>