Shades of Pastel Green #6FD885
Tints of Pastel Green #6FD885
RGB
CMYK
RGB Variations
Color information
#6FD885 (or 0x6FD885) is known color: Pastel Green. HEX triplet: 6F, D8 and 85. RGB value is (111,216,133). Sum of RGB (Red+Green+Blue) = 111+216+133=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD885 is #90277A. Grayscale: #AFAFAF. Windows color (decimal): -9447291 or 8771695. OLE color: 8771695.
HSL color Cylindrical-coordinate representation of color #6FD885: hue angle of 132.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD885 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 216 | 133 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.15 |
| HSL | 132.57º | 0.57% | 0.64% | - |
| HSV(B) | 132.57º | 0.49% | 0.85% | - |
| XYZ | 35.35 | 54.18 | 30.79 | - |
| YUV | 175.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 133 | 0.49 | 0 | 0.38 | 0.15 | 132.57 | 0.57 | 0.64 |
| Hex | 6F | D8 | 85 | 31 | 0 | 26 | F | 85 | 39 | 40 |
| Octal | 157 | 330 | 205 | 61 | 0 | 46 | 17 | 205 | 71 | 100 |
| Binary | 1101111 | 11011000 | 10000101 | 110001 | 0 | 100110 | 1111 | 10000101 | 111001 | 1000000 |
Color Harmonies of #6FD885
Complementary color
Monochromatic Colors of #6FD885
Black with #6FD885
Text Example
Text Example
White with #6FD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD885; }
p { color: rgb(111,216,133); }
H1.HeaderClassName
{
color: #6FD885;
}
.AnyTagClassName
{
color: #6FD885;
}
</style>
background-color css
<style>
a { background-color: #6FD885; }
a { background-color: rgb(111,216,133); }
div.DivClassName
{
background-color: #6FD885;
}
.BgClassName
{
background-color: #6FD885;
}
</style>
border-color css
<style>
span { border-color: #6FD885; }
span { border-color: rgb(111,216,133); }
td.TdClassName
{
border-color: #6FD885;
}
.TagClassName
{
border-color: #6FD885;
}
</style>