Shades of De York #7CBF7D
Tints of De York #7CBF7D
RGB
CMYK
RGB Variations
Color information
#7CBF7D (or 0x7CBF7D) is known color: De York. HEX triplet: 7C, BF and 7D. RGB value is (124,191,125). Sum of RGB (Red+Green+Blue) = 124+191+125=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF7D is #834082. Grayscale: #A3A3A3. Windows color (decimal): -8601731 or 8241020. OLE color: 8241020.
HSL color Cylindrical-coordinate representation of color #7CBF7D: hue angle of 120.9º 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 #7CBF7D is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 125 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.25 |
| HSL | 120.9º | 0.34% | 0.62% | - |
| HSV(B) | 120.9º | 0.35% | 0.75% | - |
| XYZ | 30.64 | 43.03 | 26.09 | - |
| YUV | 163.44 | 106.3 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 125 | 0.35 | 0 | 0.35 | 0.25 | 120.9 | 0.34 | 0.62 |
| Hex | 7C | BF | 7D | 23 | 0 | 23 | 19 | 79 | 22 | 3E |
| Octal | 174 | 277 | 175 | 43 | 0 | 43 | 31 | 171 | 42 | 76 |
| Binary | 1111100 | 10111111 | 1111101 | 100011 | 0 | 100011 | 11001 | 1111001 | 100010 | 111110 |
Color Harmonies of #7CBF7D
Complementary color
Monochromatic Colors of #7CBF7D
Black with #7CBF7D
Text Example
Text Example
White with #7CBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF7D; }
p { color: rgb(124,191,125); }
H1.HeaderClassName
{
color: #7CBF7D;
}
.AnyTagClassName
{
color: #7CBF7D;
}
</style>
background-color css
<style>
a { background-color: #7CBF7D; }
a { background-color: rgb(124,191,125); }
div.DivClassName
{
background-color: #7CBF7D;
}
.BgClassName
{
background-color: #7CBF7D;
}
</style>
border-color css
<style>
span { border-color: #7CBF7D; }
span { border-color: rgb(124,191,125); }
td.TdClassName
{
border-color: #7CBF7D;
}
.TagClassName
{
border-color: #7CBF7D;
}
</style>