Shades of Pastel Green #6FDB74
Tints of Pastel Green #6FDB74
RGB
CMYK
RGB Variations
Color information
#6FDB74 (or 0x6FDB74) is known color: Pastel Green. HEX triplet: 6F, DB and 74. RGB value is (111,219,116). Sum of RGB (Red+Green+Blue) = 111+219+116=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDB74 is #90248B. Grayscale: #AFAFAF. Windows color (decimal): -9446540 or 7658351. OLE color: 7658351.
HSL color Cylindrical-coordinate representation of color #6FDB74: hue angle of 122.78º 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 #6FDB74 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 116 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.14 |
| HSL | 122.78º | 0.6% | 0.65% | - |
| HSV(B) | 122.78º | 0.49% | 0.86% | - |
| XYZ | 35.04 | 55.3 | 25.35 | - |
| YUV | 174.97 | 94.72 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 116 | 0.49 | 0 | 0.47 | 0.14 | 122.78 | 0.6 | 0.65 |
| Hex | 6F | DB | 74 | 31 | 0 | 2F | E | 7B | 3C | 41 |
| Octal | 157 | 333 | 164 | 61 | 0 | 57 | 16 | 173 | 74 | 101 |
| Binary | 1101111 | 11011011 | 1110100 | 110001 | 0 | 101111 | 1110 | 1111011 | 111100 | 1000001 |
Color Harmonies of #6FDB74
Complementary color
Monochromatic Colors of #6FDB74
Black with #6FDB74
Text Example
Text Example
White with #6FDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB74; }
p { color: rgb(111,219,116); }
H1.HeaderClassName
{
color: #6FDB74;
}
.AnyTagClassName
{
color: #6FDB74;
}
</style>
background-color css
<style>
a { background-color: #6FDB74; }
a { background-color: rgb(111,219,116); }
div.DivClassName
{
background-color: #6FDB74;
}
.BgClassName
{
background-color: #6FDB74;
}
</style>
border-color css
<style>
span { border-color: #6FDB74; }
span { border-color: rgb(111,219,116); }
td.TdClassName
{
border-color: #6FDB74;
}
.TagClassName
{
border-color: #6FDB74;
}
</style>