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