Shades of De York #7BCB8E
Tints of De York #7BCB8E
RGB
CMYK
RGB Variations
Color information
#7BCB8E (or 0x7BCB8E) is known color: De York. HEX triplet: 7B, CB and 8E. RGB value is (123,203,142). Sum of RGB (Red+Green+Blue) = 123+203+142=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCB8E is #843471. Grayscale: #ACACAC. Windows color (decimal): -8664178 or 9358203. OLE color: 9358203.
HSL color Cylindrical-coordinate representation of color #7BCB8E: hue angle of 134.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCB8E is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 142 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.20 |
| HSL | 134.25º | 0.43% | 0.64% | - |
| HSV(B) | 134.25º | 0.39% | 0.8% | - |
| XYZ | 34.41 | 48.88 | 33.21 | - |
| YUV | 172.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 142 | 0.39 | 0 | 0.30 | 0.20 | 134.25 | 0.43 | 0.64 |
| Hex | 7B | CB | 8E | 27 | 0 | 1E | 14 | 86 | 2B | 40 |
| Octal | 173 | 313 | 216 | 47 | 0 | 36 | 24 | 206 | 53 | 100 |
| Binary | 1111011 | 11001011 | 10001110 | 100111 | 0 | 11110 | 10100 | 10000110 | 101011 | 1000000 |
Color Harmonies of #7BCB8E
Complementary color
Monochromatic Colors of #7BCB8E
Black with #7BCB8E
Text Example
Text Example
White with #7BCB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB8E; }
p { color: rgb(123,203,142); }
H1.HeaderClassName
{
color: #7BCB8E;
}
.AnyTagClassName
{
color: #7BCB8E;
}
</style>
background-color css
<style>
a { background-color: #7BCB8E; }
a { background-color: rgb(123,203,142); }
div.DivClassName
{
background-color: #7BCB8E;
}
.BgClassName
{
background-color: #7BCB8E;
}
</style>
border-color css
<style>
span { border-color: #7BCB8E; }
span { border-color: rgb(123,203,142); }
td.TdClassName
{
border-color: #7BCB8E;
}
.TagClassName
{
border-color: #7BCB8E;
}
</style>