Shades of De York #7FD18C
Tints of De York #7FD18C
RGB
CMYK
RGB Variations
Color information
#7FD18C (or 0x7FD18C) is known color: De York. HEX triplet: 7F, D1 and 8C. RGB value is (127,209,140). Sum of RGB (Red+Green+Blue) = 127+209+140=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD18C is #802E73. Grayscale: #B0B0B0. Windows color (decimal): -8400500 or 9228671. OLE color: 9228671.
HSL color Cylindrical-coordinate representation of color #7FD18C: hue angle of 129.51º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD18C is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 209 | 140 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.18 |
| HSL | 129.51º | 0.47% | 0.66% | - |
| HSV(B) | 129.51º | 0.39% | 0.82% | - |
| XYZ | 36.29 | 52.01 | 32.94 | - |
| YUV | 176.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 209 | 140 | 0.39 | 0 | 0.33 | 0.18 | 129.51 | 0.47 | 0.66 |
| Hex | 7F | D1 | 8C | 27 | 0 | 21 | 12 | 82 | 2F | 42 |
| Octal | 177 | 321 | 214 | 47 | 0 | 41 | 22 | 202 | 57 | 102 |
| Binary | 1111111 | 11010001 | 10001100 | 100111 | 0 | 100001 | 10010 | 10000010 | 101111 | 1000010 |
Color Harmonies of #7FD18C
Complementary color
Monochromatic Colors of #7FD18C
Black with #7FD18C
Text Example
Text Example
White with #7FD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD18C; }
p { color: rgb(127,209,140); }
H1.HeaderClassName
{
color: #7FD18C;
}
.AnyTagClassName
{
color: #7FD18C;
}
</style>
background-color css
<style>
a { background-color: #7FD18C; }
a { background-color: rgb(127,209,140); }
div.DivClassName
{
background-color: #7FD18C;
}
.BgClassName
{
background-color: #7FD18C;
}
</style>
border-color css
<style>
span { border-color: #7FD18C; }
span { border-color: rgb(127,209,140); }
td.TdClassName
{
border-color: #7FD18C;
}
.TagClassName
{
border-color: #7FD18C;
}
</style>