Shades of Pastel Green #6FDF85
Tints of Pastel Green #6FDF85
RGB
CMYK
RGB Variations
Color information
#6FDF85 (or 0x6FDF85) is known color: Pastel Green. HEX triplet: 6F, DF and 85. RGB value is (111,223,133). Sum of RGB (Red+Green+Blue) = 111+223+133=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDF85 is #90207A. Grayscale: #B3B3B3. Windows color (decimal): -9445499 or 8773487. OLE color: 8773487.
HSL color Cylindrical-coordinate representation of color #6FDF85: hue angle of 131.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDF85 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 133 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.13 |
| HSL | 131.79º | 0.64% | 0.65% | - |
| HSV(B) | 131.79º | 0.5% | 0.87% | - |
| XYZ | 37.18 | 57.85 | 31.4 | - |
| YUV | 179.25 | 101.89 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 133 | 0.50 | 0 | 0.40 | 0.13 | 131.79 | 0.64 | 0.65 |
| Hex | 6F | DF | 85 | 32 | 0 | 28 | D | 84 | 40 | 41 |
| Octal | 157 | 337 | 205 | 62 | 0 | 50 | 15 | 204 | 100 | 101 |
| Binary | 1101111 | 11011111 | 10000101 | 110010 | 0 | 101000 | 1101 | 10000100 | 1000000 | 1000001 |
Color Harmonies of #6FDF85
Complementary color
Monochromatic Colors of #6FDF85
Black with #6FDF85
Text Example
Text Example
White with #6FDF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF85; }
p { color: rgb(111,223,133); }
H1.HeaderClassName
{
color: #6FDF85;
}
.AnyTagClassName
{
color: #6FDF85;
}
</style>
background-color css
<style>
a { background-color: #6FDF85; }
a { background-color: rgb(111,223,133); }
div.DivClassName
{
background-color: #6FDF85;
}
.BgClassName
{
background-color: #6FDF85;
}
</style>
border-color css
<style>
span { border-color: #6FDF85; }
span { border-color: rgb(111,223,133); }
td.TdClassName
{
border-color: #6FDF85;
}
.TagClassName
{
border-color: #6FDF85;
}
</style>