Shades of De York #7FCB80
Tints of De York #7FCB80
RGB
CMYK
RGB Variations
Color information
#7FCB80 (or 0x7FCB80) is known color: De York. HEX triplet: 7F, CB and 80. RGB value is (127,203,128). Sum of RGB (Red+Green+Blue) = 127+203+128=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCB80 is #80347F. Grayscale: #ABABAB. Windows color (decimal): -8402048 or 8440703. OLE color: 8440703.
HSL color Cylindrical-coordinate representation of color #7FCB80: hue angle of 120.79º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCB80 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 128 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.20 |
| HSL | 120.79º | 0.42% | 0.65% | - |
| HSV(B) | 120.79º | 0.37% | 0.8% | - |
| XYZ | 34 | 48.78 | 28.05 | - |
| YUV | 171.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 128 | 0.37 | 0 | 0.37 | 0.20 | 120.79 | 0.42 | 0.65 |
| Hex | 7F | CB | 80 | 25 | 0 | 25 | 14 | 79 | 2A | 41 |
| Octal | 177 | 313 | 200 | 45 | 0 | 45 | 24 | 171 | 52 | 101 |
| Binary | 1111111 | 11001011 | 10000000 | 100101 | 0 | 100101 | 10100 | 1111001 | 101010 | 1000001 |
Color Harmonies of #7FCB80
Complementary color
Monochromatic Colors of #7FCB80
Black with #7FCB80
Text Example
Text Example
White with #7FCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB80; }
p { color: rgb(127,203,128); }
H1.HeaderClassName
{
color: #7FCB80;
}
.AnyTagClassName
{
color: #7FCB80;
}
</style>
background-color css
<style>
a { background-color: #7FCB80; }
a { background-color: rgb(127,203,128); }
div.DivClassName
{
background-color: #7FCB80;
}
.BgClassName
{
background-color: #7FCB80;
}
</style>
border-color css
<style>
span { border-color: #7FCB80; }
span { border-color: rgb(127,203,128); }
td.TdClassName
{
border-color: #7FCB80;
}
.TagClassName
{
border-color: #7FCB80;
}
</style>