Shades of Pastel Green #6FF986
Tints of Pastel Green #6FF986
RGB
CMYK
RGB Variations
Color information
#6FF986 (or 0x6FF986) is known color: Pastel Green. HEX triplet: 6F, F9 and 86. RGB value is (111,249,134). Sum of RGB (Red+Green+Blue) = 111+249+134=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #6FF986 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF986 is #900679. Grayscale: #C2C2C2. Windows color (decimal): -9438842 or 8845679. OLE color: 8845679.
HSL color Cylindrical-coordinate representation of color #6FF986: hue angle of 130º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF986 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 249 | 134 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.02 |
| HSL | 130º | 0.92% | 0.71% | - |
| HSV(B) | 130º | 0.55% | 0.98% | - |
| XYZ | 44.73 | 72.85 | 34.26 | - |
| YUV | 194.63 | 93.78 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 249 | 134 | 0.55 | 0 | 0.46 | 0.02 | 130 | 0.92 | 0.71 |
| Hex | 6F | F9 | 86 | 37 | 0 | 2E | 2 | 82 | 5C | 47 |
| Octal | 157 | 371 | 206 | 67 | 0 | 56 | 2 | 202 | 134 | 107 |
| Binary | 1101111 | 11111001 | 10000110 | 110111 | 0 | 101110 | 10 | 10000010 | 1011100 | 1000111 |
Color Harmonies of #6FF986
Complementary color
Monochromatic Colors of #6FF986
Black with #6FF986
Text Example
Text Example
White with #6FF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF986; }
p { color: rgb(111,249,134); }
H1.HeaderClassName
{
color: #6FF986;
}
.AnyTagClassName
{
color: #6FF986;
}
</style>
background-color css
<style>
a { background-color: #6FF986; }
a { background-color: rgb(111,249,134); }
div.DivClassName
{
background-color: #6FF986;
}
.BgClassName
{
background-color: #6FF986;
}
</style>
border-color css
<style>
span { border-color: #6FF986; }
span { border-color: rgb(111,249,134); }
td.TdClassName
{
border-color: #6FF986;
}
.TagClassName
{
border-color: #6FF986;
}
</style>