Shades of De York #6FCD82
Tints of De York #6FCD82
RGB
CMYK
RGB Variations
Color information
#6FCD82 (or 0x6FCD82) is known color: De York. HEX triplet: 6F, CD and 82. RGB value is (111,205,130). Sum of RGB (Red+Green+Blue) = 111+205+130=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCD82 is #90327D. Grayscale: #A8A8A8. Windows color (decimal): -9450110 or 8572271. OLE color: 8572271.
HSL color Cylindrical-coordinate representation of color #6FCD82: hue angle of 132.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCD82 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 130 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.20 |
| HSL | 132.13º | 0.48% | 0.62% | - |
| HSV(B) | 132.13º | 0.46% | 0.8% | - |
| XYZ | 32.42 | 48.65 | 28.8 | - |
| YUV | 168.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 130 | 0.46 | 0 | 0.37 | 0.20 | 132.13 | 0.48 | 0.62 |
| Hex | 6F | CD | 82 | 2E | 0 | 25 | 14 | 84 | 30 | 3E |
| Octal | 157 | 315 | 202 | 56 | 0 | 45 | 24 | 204 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10000010 | 101110 | 0 | 100101 | 10100 | 10000100 | 110000 | 111110 |
Color Harmonies of #6FCD82
Complementary color
Monochromatic Colors of #6FCD82
Black with #6FCD82
Text Example
Text Example
White with #6FCD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD82; }
p { color: rgb(111,205,130); }
H1.HeaderClassName
{
color: #6FCD82;
}
.AnyTagClassName
{
color: #6FCD82;
}
</style>
background-color css
<style>
a { background-color: #6FCD82; }
a { background-color: rgb(111,205,130); }
div.DivClassName
{
background-color: #6FCD82;
}
.BgClassName
{
background-color: #6FCD82;
}
</style>
border-color css
<style>
span { border-color: #6FCD82; }
span { border-color: rgb(111,205,130); }
td.TdClassName
{
border-color: #6FCD82;
}
.TagClassName
{
border-color: #6FCD82;
}
</style>