Shades of De York #7FCB76
Tints of De York #7FCB76
RGB
CMYK
RGB Variations
Color information
#7FCB76 (or 0x7FCB76) is known color: De York. HEX triplet: 7F, CB and 76. RGB value is (127,203,118). Sum of RGB (Red+Green+Blue) = 127+203+118=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCB76 is #803489. Grayscale: #AAAAAA. Windows color (decimal): -8402058 or 7785343. OLE color: 7785343.
HSL color Cylindrical-coordinate representation of color #7FCB76: hue angle of 113.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCB76 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 118 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.20 |
| HSL | 113.65º | 0.45% | 0.63% | - |
| HSV(B) | 113.65º | 0.42% | 0.8% | - |
| XYZ | 33.38 | 48.53 | 24.75 | - |
| YUV | 170.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 118 | 0.37 | 0 | 0.42 | 0.20 | 113.65 | 0.45 | 0.63 |
| Hex | 7F | CB | 76 | 25 | 0 | 2A | 14 | 72 | 2D | 3F |
| Octal | 177 | 313 | 166 | 45 | 0 | 52 | 24 | 162 | 55 | 77 |
| Binary | 1111111 | 11001011 | 1110110 | 100101 | 0 | 101010 | 10100 | 1110010 | 101101 | 111111 |
Color Harmonies of #7FCB76
Complementary color
Monochromatic Colors of #7FCB76
Black with #7FCB76
Text Example
Text Example
White with #7FCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB76; }
p { color: rgb(127,203,118); }
H1.HeaderClassName
{
color: #7FCB76;
}
.AnyTagClassName
{
color: #7FCB76;
}
</style>
background-color css
<style>
a { background-color: #7FCB76; }
a { background-color: rgb(127,203,118); }
div.DivClassName
{
background-color: #7FCB76;
}
.BgClassName
{
background-color: #7FCB76;
}
</style>
border-color css
<style>
span { border-color: #7FCB76; }
span { border-color: rgb(127,203,118); }
td.TdClassName
{
border-color: #7FCB76;
}
.TagClassName
{
border-color: #7FCB76;
}
</style>