Shades of Pastel Green #6FDB7B
Tints of Pastel Green #6FDB7B
RGB
CMYK
RGB Variations
Color information
#6FDB7B (or 0x6FDB7B) is known color: Pastel Green. HEX triplet: 6F, DB and 7B. RGB value is (111,219,123). Sum of RGB (Red+Green+Blue) = 111+219+123=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDB7B is #902484. Grayscale: #B0B0B0. Windows color (decimal): -9446533 or 8117103. OLE color: 8117103.
HSL color Cylindrical-coordinate representation of color #6FDB7B: hue angle of 126.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 #6FDB7B is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 123 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.14 |
| HSL | 126.67º | 0.6% | 0.65% | - |
| HSV(B) | 126.67º | 0.49% | 0.86% | - |
| XYZ | 35.46 | 55.47 | 27.58 | - |
| YUV | 175.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 123 | 0.49 | 0 | 0.44 | 0.14 | 126.67 | 0.6 | 0.65 |
| Hex | 6F | DB | 7B | 31 | 0 | 2C | E | 7F | 3C | 41 |
| Octal | 157 | 333 | 173 | 61 | 0 | 54 | 16 | 177 | 74 | 101 |
| Binary | 1101111 | 11011011 | 1111011 | 110001 | 0 | 101100 | 1110 | 1111111 | 111100 | 1000001 |
Color Harmonies of #6FDB7B
Complementary color
Monochromatic Colors of #6FDB7B
Black with #6FDB7B
Text Example
Text Example
White with #6FDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB7B; }
p { color: rgb(111,219,123); }
H1.HeaderClassName
{
color: #6FDB7B;
}
.AnyTagClassName
{
color: #6FDB7B;
}
</style>
background-color css
<style>
a { background-color: #6FDB7B; }
a { background-color: rgb(111,219,123); }
div.DivClassName
{
background-color: #6FDB7B;
}
.BgClassName
{
background-color: #6FDB7B;
}
</style>
border-color css
<style>
span { border-color: #6FDB7B; }
span { border-color: rgb(111,219,123); }
td.TdClassName
{
border-color: #6FDB7B;
}
.TagClassName
{
border-color: #6FDB7B;
}
</style>