Shades of Pastel Green #6FDB84
Tints of Pastel Green #6FDB84
RGB
CMYK
RGB Variations
Color information
#6FDB84 (or 0x6FDB84) is known color: Pastel Green. HEX triplet: 6F, DB and 84. RGB value is (111,219,132). Sum of RGB (Red+Green+Blue) = 111+219+132=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDB84 is #90247B. Grayscale: #B1B1B1. Windows color (decimal): -9446524 or 8706927. OLE color: 8706927.
HSL color Cylindrical-coordinate representation of color #6FDB84: hue angle of 131.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDB84 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 132 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.14 |
| HSL | 131.67º | 0.6% | 0.65% | - |
| HSV(B) | 131.67º | 0.49% | 0.86% | - |
| XYZ | 36.05 | 55.71 | 30.68 | - |
| YUV | 176.79 | 102.72 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 132 | 0.49 | 0 | 0.40 | 0.14 | 131.67 | 0.6 | 0.65 |
| Hex | 6F | DB | 84 | 31 | 0 | 28 | E | 84 | 3C | 41 |
| Octal | 157 | 333 | 204 | 61 | 0 | 50 | 16 | 204 | 74 | 101 |
| Binary | 1101111 | 11011011 | 10000100 | 110001 | 0 | 101000 | 1110 | 10000100 | 111100 | 1000001 |
Color Harmonies of #6FDB84
Complementary color
Monochromatic Colors of #6FDB84
Black with #6FDB84
Text Example
Text Example
White with #6FDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB84; }
p { color: rgb(111,219,132); }
H1.HeaderClassName
{
color: #6FDB84;
}
.AnyTagClassName
{
color: #6FDB84;
}
</style>
background-color css
<style>
a { background-color: #6FDB84; }
a { background-color: rgb(111,219,132); }
div.DivClassName
{
background-color: #6FDB84;
}
.BgClassName
{
background-color: #6FDB84;
}
</style>
border-color css
<style>
span { border-color: #6FDB84; }
span { border-color: rgb(111,219,132); }
td.TdClassName
{
border-color: #6FDB84;
}
.TagClassName
{
border-color: #6FDB84;
}
</style>