Shades of Pastel Green #6BFA8E
Tints of Pastel Green #6BFA8E
RGB
CMYK
RGB Variations
Color information
#6BFA8E (or 0x6BFA8E) is known color: Pastel Green. HEX triplet: 6B, FA and 8E. RGB value is (107,250,142). Sum of RGB (Red+Green+Blue) = 107+250+142=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFA8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFA8E is #940571. Grayscale: #C3C3C3. Windows color (decimal): -9700722 or 9370219. OLE color: 9370219.
HSL color Cylindrical-coordinate representation of color #6BFA8E: hue angle of 134.69º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFA8E is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 142 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.02 |
| HSL | 134.69º | 0.93% | 0.7% | - |
| HSV(B) | 134.69º | 0.57% | 0.98% | - |
| XYZ | 45.13 | 73.45 | 37.39 | - |
| YUV | 194.93 | 98.12 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 142 | 0.57 | 0 | 0.43 | 0.02 | 134.69 | 0.93 | 0.7 |
| Hex | 6B | FA | 8E | 39 | 0 | 2B | 2 | 87 | 5D | 46 |
| Octal | 153 | 372 | 216 | 71 | 0 | 53 | 2 | 207 | 135 | 106 |
| Binary | 1101011 | 11111010 | 10001110 | 111001 | 0 | 101011 | 10 | 10000111 | 1011101 | 1000110 |
Color Harmonies of #6BFA8E
Complementary color
Monochromatic Colors of #6BFA8E
Black with #6BFA8E
Text Example
Text Example
White with #6BFA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFA8E; }
p { color: rgb(107,250,142); }
H1.HeaderClassName
{
color: #6BFA8E;
}
.AnyTagClassName
{
color: #6BFA8E;
}
</style>
background-color css
<style>
a { background-color: #6BFA8E; }
a { background-color: rgb(107,250,142); }
div.DivClassName
{
background-color: #6BFA8E;
}
.BgClassName
{
background-color: #6BFA8E;
}
</style>
border-color css
<style>
span { border-color: #6BFA8E; }
span { border-color: rgb(107,250,142); }
td.TdClassName
{
border-color: #6BFA8E;
}
.TagClassName
{
border-color: #6BFA8E;
}
</style>