Shades of Pastel Green #6FDB7A
Tints of Pastel Green #6FDB7A
RGB
CMYK
RGB Variations
Color information
#6FDB7A (or 0x6FDB7A) is known color: Pastel Green. HEX triplet: 6F, DB and 7A. RGB value is (111,219,122). Sum of RGB (Red+Green+Blue) = 111+219+122=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDB7A is #902485. Grayscale: #AFAFAF. Windows color (decimal): -9446534 or 8051567. OLE color: 8051567.
HSL color Cylindrical-coordinate representation of color #6FDB7A: hue angle of 126.11º 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 #6FDB7A is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 122 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.14 |
| HSL | 126.11º | 0.6% | 0.65% | - |
| HSV(B) | 126.11º | 0.49% | 0.86% | - |
| XYZ | 35.4 | 55.45 | 27.25 | - |
| YUV | 175.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 122 | 0.49 | 0 | 0.44 | 0.14 | 126.11 | 0.6 | 0.65 |
| Hex | 6F | DB | 7A | 31 | 0 | 2C | E | 7E | 3C | 41 |
| Octal | 157 | 333 | 172 | 61 | 0 | 54 | 16 | 176 | 74 | 101 |
| Binary | 1101111 | 11011011 | 1111010 | 110001 | 0 | 101100 | 1110 | 1111110 | 111100 | 1000001 |
Color Harmonies of #6FDB7A
Complementary color
Monochromatic Colors of #6FDB7A
Black with #6FDB7A
Text Example
Text Example
White with #6FDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB7A; }
p { color: rgb(111,219,122); }
H1.HeaderClassName
{
color: #6FDB7A;
}
.AnyTagClassName
{
color: #6FDB7A;
}
</style>
background-color css
<style>
a { background-color: #6FDB7A; }
a { background-color: rgb(111,219,122); }
div.DivClassName
{
background-color: #6FDB7A;
}
.BgClassName
{
background-color: #6FDB7A;
}
</style>
border-color css
<style>
span { border-color: #6FDB7A; }
span { border-color: rgb(111,219,122); }
td.TdClassName
{
border-color: #6FDB7A;
}
.TagClassName
{
border-color: #6FDB7A;
}
</style>