Shades of Pastel Green #6FDA85
Tints of Pastel Green #6FDA85
RGB
CMYK
RGB Variations
Color information
#6FDA85 (or 0x6FDA85) is known color: Pastel Green. HEX triplet: 6F, DA and 85. RGB value is (111,218,133). Sum of RGB (Red+Green+Blue) = 111+218+133=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDA85 is #90257A. Grayscale: #B0B0B0. Windows color (decimal): -9446779 or 8772207. OLE color: 8772207.
HSL color Cylindrical-coordinate representation of color #6FDA85: hue angle of 132.34º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDA85 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 133 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.15 |
| HSL | 132.34º | 0.59% | 0.65% | - |
| HSV(B) | 132.34º | 0.49% | 0.85% | - |
| XYZ | 35.86 | 55.22 | 30.96 | - |
| YUV | 176.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 133 | 0.49 | 0 | 0.39 | 0.15 | 132.34 | 0.59 | 0.65 |
| Hex | 6F | DA | 85 | 31 | 0 | 27 | F | 84 | 3B | 41 |
| Octal | 157 | 332 | 205 | 61 | 0 | 47 | 17 | 204 | 73 | 101 |
| Binary | 1101111 | 11011010 | 10000101 | 110001 | 0 | 100111 | 1111 | 10000100 | 111011 | 1000001 |
Color Harmonies of #6FDA85
Complementary color
Monochromatic Colors of #6FDA85
Black with #6FDA85
Text Example
Text Example
White with #6FDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA85; }
p { color: rgb(111,218,133); }
H1.HeaderClassName
{
color: #6FDA85;
}
.AnyTagClassName
{
color: #6FDA85;
}
</style>
background-color css
<style>
a { background-color: #6FDA85; }
a { background-color: rgb(111,218,133); }
div.DivClassName
{
background-color: #6FDA85;
}
.BgClassName
{
background-color: #6FDA85;
}
</style>
border-color css
<style>
span { border-color: #6FDA85; }
span { border-color: rgb(111,218,133); }
td.TdClassName
{
border-color: #6FDA85;
}
.TagClassName
{
border-color: #6FDA85;
}
</style>