Shades of Pastel Green #6FDB81
Tints of Pastel Green #6FDB81
RGB
CMYK
RGB Variations
Color information
#6FDB81 (or 0x6FDB81) is known color: Pastel Green. HEX triplet: 6F, DB and 81. RGB value is (111,219,129). Sum of RGB (Red+Green+Blue) = 111+219+129=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDB81 is #90247E. Grayscale: #B0B0B0. Windows color (decimal): -9446527 or 8510319. OLE color: 8510319.
HSL color Cylindrical-coordinate representation of color #6FDB81: hue angle of 130º 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 #6FDB81 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 129 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.14 |
| HSL | 130º | 0.6% | 0.65% | - |
| HSV(B) | 130º | 0.49% | 0.86% | - |
| XYZ | 35.85 | 55.63 | 29.62 | - |
| YUV | 176.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 129 | 0.49 | 0 | 0.41 | 0.14 | 130 | 0.6 | 0.65 |
| Hex | 6F | DB | 81 | 31 | 0 | 29 | E | 82 | 3C | 41 |
| Octal | 157 | 333 | 201 | 61 | 0 | 51 | 16 | 202 | 74 | 101 |
| Binary | 1101111 | 11011011 | 10000001 | 110001 | 0 | 101001 | 1110 | 10000010 | 111100 | 1000001 |
Color Harmonies of #6FDB81
Complementary color
Monochromatic Colors of #6FDB81
Black with #6FDB81
Text Example
Text Example
White with #6FDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB81; }
p { color: rgb(111,219,129); }
H1.HeaderClassName
{
color: #6FDB81;
}
.AnyTagClassName
{
color: #6FDB81;
}
</style>
background-color css
<style>
a { background-color: #6FDB81; }
a { background-color: rgb(111,219,129); }
div.DivClassName
{
background-color: #6FDB81;
}
.BgClassName
{
background-color: #6FDB81;
}
</style>
border-color css
<style>
span { border-color: #6FDB81; }
span { border-color: rgb(111,219,129); }
td.TdClassName
{
border-color: #6FDB81;
}
.TagClassName
{
border-color: #6FDB81;
}
</style>