Shades of De York #7BCA8C
Tints of De York #7BCA8C
RGB
CMYK
RGB Variations
Color information
#7BCA8C (or 0x7BCA8C) is known color: De York. HEX triplet: 7B, CA and 8C. RGB value is (123,202,140). Sum of RGB (Red+Green+Blue) = 123+202+140=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA8C is #843573. Grayscale: #ABABAB. Windows color (decimal): -8664436 or 9226875. OLE color: 9226875.
HSL color Cylindrical-coordinate representation of color #7BCA8C: hue angle of 132.91º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCA8C is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 140 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.21 |
| HSL | 132.91º | 0.43% | 0.64% | - |
| HSV(B) | 132.91º | 0.39% | 0.79% | - |
| XYZ | 34.02 | 48.35 | 32.35 | - |
| YUV | 171.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 140 | 0.39 | 0 | 0.31 | 0.21 | 132.91 | 0.43 | 0.64 |
| Hex | 7B | CA | 8C | 27 | 0 | 1F | 15 | 85 | 2B | 40 |
| Octal | 173 | 312 | 214 | 47 | 0 | 37 | 25 | 205 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10001100 | 100111 | 0 | 11111 | 10101 | 10000101 | 101011 | 1000000 |
Color Harmonies of #7BCA8C
Complementary color
Monochromatic Colors of #7BCA8C
Black with #7BCA8C
Text Example
Text Example
White with #7BCA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA8C; }
p { color: rgb(123,202,140); }
H1.HeaderClassName
{
color: #7BCA8C;
}
.AnyTagClassName
{
color: #7BCA8C;
}
</style>
background-color css
<style>
a { background-color: #7BCA8C; }
a { background-color: rgb(123,202,140); }
div.DivClassName
{
background-color: #7BCA8C;
}
.BgClassName
{
background-color: #7BCA8C;
}
</style>
border-color css
<style>
span { border-color: #7BCA8C; }
span { border-color: rgb(123,202,140); }
td.TdClassName
{
border-color: #7BCA8C;
}
.TagClassName
{
border-color: #7BCA8C;
}
</style>