Shades of De York #7BCC8F
Tints of De York #7BCC8F
RGB
CMYK
RGB Variations
Color information
#7BCC8F (or 0x7BCC8F) is known color: De York. HEX triplet: 7B, CC and 8F. RGB value is (123,204,143). Sum of RGB (Red+Green+Blue) = 123+204+143=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC8F is #843370. Grayscale: #ACACAC. Windows color (decimal): -8663921 or 9423995. OLE color: 9423995.
HSL color Cylindrical-coordinate representation of color #7BCC8F: hue angle of 134.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCC8F is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 143 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.2 |
| HSL | 134.81º | 0.44% | 0.64% | - |
| HSV(B) | 134.81º | 0.4% | 0.8% | - |
| XYZ | 34.72 | 49.38 | 33.69 | - |
| YUV | 172.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 143 | 0.40 | 0 | 0.30 | 0.2 | 134.81 | 0.44 | 0.64 |
| Hex | 7B | CC | 8F | 28 | 0 | 1E | 14 | 87 | 2C | 40 |
| Octal | 173 | 314 | 217 | 50 | 0 | 36 | 24 | 207 | 54 | 100 |
| Binary | 1111011 | 11001100 | 10001111 | 101000 | 0 | 11110 | 10100 | 10000111 | 101100 | 1000000 |
Color Harmonies of #7BCC8F
Complementary color
Monochromatic Colors of #7BCC8F
Black with #7BCC8F
Text Example
Text Example
White with #7BCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC8F; }
p { color: rgb(123,204,143); }
H1.HeaderClassName
{
color: #7BCC8F;
}
.AnyTagClassName
{
color: #7BCC8F;
}
</style>
background-color css
<style>
a { background-color: #7BCC8F; }
a { background-color: rgb(123,204,143); }
div.DivClassName
{
background-color: #7BCC8F;
}
.BgClassName
{
background-color: #7BCC8F;
}
</style>
border-color css
<style>
span { border-color: #7BCC8F; }
span { border-color: rgb(123,204,143); }
td.TdClassName
{
border-color: #7BCC8F;
}
.TagClassName
{
border-color: #7BCC8F;
}
</style>