Shades of Pastel Green #6FDB6E
Tints of Pastel Green #6FDB6E
RGB
CMYK
RGB Variations
Color information
#6FDB6E (or 0x6FDB6E) is known color: Pastel Green. HEX triplet: 6F, DB and 6E. RGB value is (111,219,110). Sum of RGB (Red+Green+Blue) = 111+219+110=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDB6E is #902491. Grayscale: #AEAEAE. Windows color (decimal): -9446546 or 7265135. OLE color: 7265135.
HSL color Cylindrical-coordinate representation of color #6FDB6E: hue angle of 119.45º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDB6E is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 110 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.14 |
| HSL | 119.45º | 0.6% | 0.65% | - |
| HSV(B) | 119.45º | 0.5% | 0.86% | - |
| XYZ | 34.7 | 55.17 | 23.57 | - |
| YUV | 174.28 | 91.72 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 110 | 0.49 | 0 | 0.50 | 0.14 | 119.45 | 0.6 | 0.65 |
| Hex | 6F | DB | 6E | 31 | 0 | 32 | E | 77 | 3C | 41 |
| Octal | 157 | 333 | 156 | 61 | 0 | 62 | 16 | 167 | 74 | 101 |
| Binary | 1101111 | 11011011 | 1101110 | 110001 | 0 | 110010 | 1110 | 1110111 | 111100 | 1000001 |
Color Harmonies of #6FDB6E
Complementary color
Monochromatic Colors of #6FDB6E
Black with #6FDB6E
Text Example
Text Example
White with #6FDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB6E; }
p { color: rgb(111,219,110); }
H1.HeaderClassName
{
color: #6FDB6E;
}
.AnyTagClassName
{
color: #6FDB6E;
}
</style>
background-color css
<style>
a { background-color: #6FDB6E; }
a { background-color: rgb(111,219,110); }
div.DivClassName
{
background-color: #6FDB6E;
}
.BgClassName
{
background-color: #6FDB6E;
}
</style>
border-color css
<style>
span { border-color: #6FDB6E; }
span { border-color: rgb(111,219,110); }
td.TdClassName
{
border-color: #6FDB6E;
}
.TagClassName
{
border-color: #6FDB6E;
}
</style>