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