Shades of De York #7FCD8A
Tints of De York #7FCD8A
RGB
CMYK
RGB Variations
Color information
#7FCD8A (or 0x7FCD8A) is known color: De York. HEX triplet: 7F, CD and 8A. RGB value is (127,205,138). Sum of RGB (Red+Green+Blue) = 127+205+138=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD8A is #803275. Grayscale: #AEAEAE. Windows color (decimal): -8401526 or 9096575. OLE color: 9096575.
HSL color Cylindrical-coordinate representation of color #7FCD8A: hue angle of 128.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCD8A is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 138 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.20 |
| HSL | 128.46º | 0.44% | 0.65% | - |
| HSV(B) | 128.46º | 0.38% | 0.8% | - |
| XYZ | 35.17 | 50.01 | 31.84 | - |
| YUV | 174.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 138 | 0.38 | 0 | 0.33 | 0.20 | 128.46 | 0.44 | 0.65 |
| Hex | 7F | CD | 8A | 26 | 0 | 21 | 14 | 80 | 2C | 41 |
| Octal | 177 | 315 | 212 | 46 | 0 | 41 | 24 | 200 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10001010 | 100110 | 0 | 100001 | 10100 | 10000000 | 101100 | 1000001 |
Color Harmonies of #7FCD8A
Complementary color
Monochromatic Colors of #7FCD8A
Black with #7FCD8A
Text Example
Text Example
White with #7FCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD8A; }
p { color: rgb(127,205,138); }
H1.HeaderClassName
{
color: #7FCD8A;
}
.AnyTagClassName
{
color: #7FCD8A;
}
</style>
background-color css
<style>
a { background-color: #7FCD8A; }
a { background-color: rgb(127,205,138); }
div.DivClassName
{
background-color: #7FCD8A;
}
.BgClassName
{
background-color: #7FCD8A;
}
</style>
border-color css
<style>
span { border-color: #7FCD8A; }
span { border-color: rgb(127,205,138); }
td.TdClassName
{
border-color: #7FCD8A;
}
.TagClassName
{
border-color: #7FCD8A;
}
</style>