Shades of De York #7CBF84
Tints of De York #7CBF84
RGB
CMYK
RGB Variations
Color information
#7CBF84 (or 0x7CBF84) is known color: De York. HEX triplet: 7C, BF and 84. RGB value is (124,191,132). Sum of RGB (Red+Green+Blue) = 124+191+132=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF84 is #83407B. Grayscale: #A4A4A4. Windows color (decimal): -8601724 or 8699772. OLE color: 8699772.
HSL color Cylindrical-coordinate representation of color #7CBF84: hue angle of 127.16º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBF84 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 132 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.25 |
| HSL | 127.16º | 0.34% | 0.62% | - |
| HSV(B) | 127.16º | 0.35% | 0.75% | - |
| XYZ | 31.11 | 43.21 | 28.53 | - |
| YUV | 164.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 132 | 0.35 | 0 | 0.31 | 0.25 | 127.16 | 0.34 | 0.62 |
| Hex | 7C | BF | 84 | 23 | 0 | 1F | 19 | 7F | 22 | 3E |
| Octal | 174 | 277 | 204 | 43 | 0 | 37 | 31 | 177 | 42 | 76 |
| Binary | 1111100 | 10111111 | 10000100 | 100011 | 0 | 11111 | 11001 | 1111111 | 100010 | 111110 |
Color Harmonies of #7CBF84
Complementary color
Monochromatic Colors of #7CBF84
Black with #7CBF84
Text Example
Text Example
White with #7CBF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF84; }
p { color: rgb(124,191,132); }
H1.HeaderClassName
{
color: #7CBF84;
}
.AnyTagClassName
{
color: #7CBF84;
}
</style>
background-color css
<style>
a { background-color: #7CBF84; }
a { background-color: rgb(124,191,132); }
div.DivClassName
{
background-color: #7CBF84;
}
.BgClassName
{
background-color: #7CBF84;
}
</style>
border-color css
<style>
span { border-color: #7CBF84; }
span { border-color: rgb(124,191,132); }
td.TdClassName
{
border-color: #7CBF84;
}
.TagClassName
{
border-color: #7CBF84;
}
</style>