Shades of De York #7FCB84
Tints of De York #7FCB84
RGB
CMYK
RGB Variations
Color information
#7FCB84 (or 0x7FCB84) is known color: De York. HEX triplet: 7F, CB and 84. RGB value is (127,203,132). Sum of RGB (Red+Green+Blue) = 127+203+132=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCB84 is #80347B. Grayscale: #ACACAC. Windows color (decimal): -8402044 or 8702847. OLE color: 8702847.
HSL color Cylindrical-coordinate representation of color #7FCB84: hue angle of 123.95º 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 #7FCB84 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 132 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.20 |
| HSL | 123.95º | 0.42% | 0.65% | - |
| HSV(B) | 123.95º | 0.37% | 0.8% | - |
| XYZ | 34.27 | 48.89 | 29.46 | - |
| YUV | 172.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 132 | 0.37 | 0 | 0.35 | 0.20 | 123.95 | 0.42 | 0.65 |
| Hex | 7F | CB | 84 | 25 | 0 | 23 | 14 | 7C | 2A | 41 |
| Octal | 177 | 313 | 204 | 45 | 0 | 43 | 24 | 174 | 52 | 101 |
| Binary | 1111111 | 11001011 | 10000100 | 100101 | 0 | 100011 | 10100 | 1111100 | 101010 | 1000001 |
Color Harmonies of #7FCB84
Complementary color
Monochromatic Colors of #7FCB84
Black with #7FCB84
Text Example
Text Example
White with #7FCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB84; }
p { color: rgb(127,203,132); }
H1.HeaderClassName
{
color: #7FCB84;
}
.AnyTagClassName
{
color: #7FCB84;
}
</style>
background-color css
<style>
a { background-color: #7FCB84; }
a { background-color: rgb(127,203,132); }
div.DivClassName
{
background-color: #7FCB84;
}
.BgClassName
{
background-color: #7FCB84;
}
</style>
border-color css
<style>
span { border-color: #7FCB84; }
span { border-color: rgb(127,203,132); }
td.TdClassName
{
border-color: #7FCB84;
}
.TagClassName
{
border-color: #7FCB84;
}
</style>