Shades of De York #7FCD95
Tints of De York #7FCD95
RGB
CMYK
RGB Variations
Color information
#7FCD95 (or 0x7FCD95) is known color: De York. HEX triplet: 7F, CD and 95. RGB value is (127,205,149). Sum of RGB (Red+Green+Blue) = 127+205+149=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD95 is #80326A. Grayscale: #AFAFAF. Windows color (decimal): -8401515 or 9817471. OLE color: 9817471.
HSL color Cylindrical-coordinate representation of color #7FCD95: hue angle of 136.92º 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 #7FCD95 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 149 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.20 |
| HSL | 136.92º | 0.44% | 0.65% | - |
| HSV(B) | 136.92º | 0.38% | 0.8% | - |
| XYZ | 36.01 | 50.34 | 36.25 | - |
| YUV | 175.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 149 | 0.38 | 0 | 0.27 | 0.20 | 136.92 | 0.44 | 0.65 |
| Hex | 7F | CD | 95 | 26 | 0 | 1B | 14 | 89 | 2C | 41 |
| Octal | 177 | 315 | 225 | 46 | 0 | 33 | 24 | 211 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10010101 | 100110 | 0 | 11011 | 10100 | 10001001 | 101100 | 1000001 |
Color Harmonies of #7FCD95
Complementary color
Monochromatic Colors of #7FCD95
Black with #7FCD95
Text Example
Text Example
White with #7FCD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD95; }
p { color: rgb(127,205,149); }
H1.HeaderClassName
{
color: #7FCD95;
}
.AnyTagClassName
{
color: #7FCD95;
}
</style>
background-color css
<style>
a { background-color: #7FCD95; }
a { background-color: rgb(127,205,149); }
div.DivClassName
{
background-color: #7FCD95;
}
.BgClassName
{
background-color: #7FCD95;
}
</style>
border-color css
<style>
span { border-color: #7FCD95; }
span { border-color: rgb(127,205,149); }
td.TdClassName
{
border-color: #7FCD95;
}
.TagClassName
{
border-color: #7FCD95;
}
</style>