Shades of De York #7BCA83
Tints of De York #7BCA83
RGB
CMYK
RGB Variations
Color information
#7BCA83 (or 0x7BCA83) is known color: De York. HEX triplet: 7B, CA and 83. RGB value is (123,202,131). Sum of RGB (Red+Green+Blue) = 123+202+131=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA83 is #84357C. Grayscale: #AAAAAA. Windows color (decimal): -8664445 or 8637051. OLE color: 8637051.
HSL color Cylindrical-coordinate representation of color #7BCA83: hue angle of 126.08º 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 #7BCA83 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 131 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.21 |
| HSL | 126.08º | 0.43% | 0.64% | - |
| HSV(B) | 126.08º | 0.39% | 0.79% | - |
| XYZ | 33.39 | 48.09 | 29 | - |
| YUV | 170.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 131 | 0.39 | 0 | 0.35 | 0.21 | 126.08 | 0.43 | 0.64 |
| Hex | 7B | CA | 83 | 27 | 0 | 23 | 15 | 7E | 2B | 40 |
| Octal | 173 | 312 | 203 | 47 | 0 | 43 | 25 | 176 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10000011 | 100111 | 0 | 100011 | 10101 | 1111110 | 101011 | 1000000 |
Color Harmonies of #7BCA83
Complementary color
Monochromatic Colors of #7BCA83
Black with #7BCA83
Text Example
Text Example
White with #7BCA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA83; }
p { color: rgb(123,202,131); }
H1.HeaderClassName
{
color: #7BCA83;
}
.AnyTagClassName
{
color: #7BCA83;
}
</style>
background-color css
<style>
a { background-color: #7BCA83; }
a { background-color: rgb(123,202,131); }
div.DivClassName
{
background-color: #7BCA83;
}
.BgClassName
{
background-color: #7BCA83;
}
</style>
border-color css
<style>
span { border-color: #7BCA83; }
span { border-color: rgb(123,202,131); }
td.TdClassName
{
border-color: #7BCA83;
}
.TagClassName
{
border-color: #7BCA83;
}
</style>