Shades of De York #6FD086
Tints of De York #6FD086
RGB
CMYK
RGB Variations
Color information
#6FD086 (or 0x6FD086) is known color: De York. HEX triplet: 6F, D0 and 86. RGB value is (111,208,134). Sum of RGB (Red+Green+Blue) = 111+208+134=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD086 is #902F79. Grayscale: #AAAAAA. Windows color (decimal): -9449338 or 8835183. OLE color: 8835183.
HSL color Cylindrical-coordinate representation of color #6FD086: hue angle of 134.23º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD086 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 134 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.18 |
| HSL | 134.23º | 0.51% | 0.63% | - |
| HSV(B) | 134.23º | 0.47% | 0.82% | - |
| XYZ | 33.41 | 50.21 | 30.49 | - |
| YUV | 170.56 | 107.36 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 134 | 0.47 | 0 | 0.36 | 0.18 | 134.23 | 0.51 | 0.63 |
| Hex | 6F | D0 | 86 | 2F | 0 | 24 | 12 | 86 | 33 | 3F |
| Octal | 157 | 320 | 206 | 57 | 0 | 44 | 22 | 206 | 63 | 77 |
| Binary | 1101111 | 11010000 | 10000110 | 101111 | 0 | 100100 | 10010 | 10000110 | 110011 | 111111 |
Color Harmonies of #6FD086
Complementary color
Monochromatic Colors of #6FD086
Black with #6FD086
Text Example
Text Example
White with #6FD086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD086; }
p { color: rgb(111,208,134); }
H1.HeaderClassName
{
color: #6FD086;
}
.AnyTagClassName
{
color: #6FD086;
}
</style>
background-color css
<style>
a { background-color: #6FD086; }
a { background-color: rgb(111,208,134); }
div.DivClassName
{
background-color: #6FD086;
}
.BgClassName
{
background-color: #6FD086;
}
</style>
border-color css
<style>
span { border-color: #6FD086; }
span { border-color: rgb(111,208,134); }
td.TdClassName
{
border-color: #6FD086;
}
.TagClassName
{
border-color: #6FD086;
}
</style>