Shades of De York #6FCF86
Tints of De York #6FCF86
RGB
CMYK
RGB Variations
Color information
#6FCF86 (or 0x6FCF86) is known color: De York. HEX triplet: 6F, CF and 86. RGB value is (111,207,134). Sum of RGB (Red+Green+Blue) = 111+207+134=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCF86 is #903079. Grayscale: #AAAAAA. Windows color (decimal): -9449594 or 8834927. OLE color: 8834927.
HSL color Cylindrical-coordinate representation of color #6FCF86: hue angle of 134.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCF86 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 134 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.19 |
| HSL | 134.38º | 0.5% | 0.62% | - |
| HSV(B) | 134.38º | 0.46% | 0.81% | - |
| XYZ | 33.17 | 49.73 | 30.4 | - |
| YUV | 169.97 | 107.7 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 134 | 0.46 | 0 | 0.35 | 0.19 | 134.38 | 0.5 | 0.62 |
| Hex | 6F | CF | 86 | 2E | 0 | 23 | 13 | 86 | 32 | 3E |
| Octal | 157 | 317 | 206 | 56 | 0 | 43 | 23 | 206 | 62 | 76 |
| Binary | 1101111 | 11001111 | 10000110 | 101110 | 0 | 100011 | 10011 | 10000110 | 110010 | 111110 |
Color Harmonies of #6FCF86
Complementary color
Monochromatic Colors of #6FCF86
Black with #6FCF86
Text Example
Text Example
White with #6FCF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF86; }
p { color: rgb(111,207,134); }
H1.HeaderClassName
{
color: #6FCF86;
}
.AnyTagClassName
{
color: #6FCF86;
}
</style>
background-color css
<style>
a { background-color: #6FCF86; }
a { background-color: rgb(111,207,134); }
div.DivClassName
{
background-color: #6FCF86;
}
.BgClassName
{
background-color: #6FCF86;
}
</style>
border-color css
<style>
span { border-color: #6FCF86; }
span { border-color: rgb(111,207,134); }
td.TdClassName
{
border-color: #6FCF86;
}
.TagClassName
{
border-color: #6FCF86;
}
</style>