Shades of De York #7BD385
Tints of De York #7BD385
RGB
CMYK
RGB Variations
Color information
#7BD385 (or 0x7BD385) is known color: De York. HEX triplet: 7B, D3 and 85. RGB value is (123,211,133). Sum of RGB (Red+Green+Blue) = 123+211+133=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD385 is #842C7A. Grayscale: #B0B0B0. Windows color (decimal): -8662139 or 8770427. OLE color: 8770427.
HSL color Cylindrical-coordinate representation of color #7BD385: hue angle of 126.82º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD385 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 211 | 133 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.17 |
| HSL | 126.82º | 0.5% | 0.65% | - |
| HSV(B) | 126.82º | 0.42% | 0.83% | - |
| XYZ | 35.7 | 52.49 | 30.44 | - |
| YUV | 175.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 211 | 133 | 0.42 | 0 | 0.37 | 0.17 | 126.82 | 0.5 | 0.65 |
| Hex | 7B | D3 | 85 | 2A | 0 | 25 | 11 | 7F | 32 | 41 |
| Octal | 173 | 323 | 205 | 52 | 0 | 45 | 21 | 177 | 62 | 101 |
| Binary | 1111011 | 11010011 | 10000101 | 101010 | 0 | 100101 | 10001 | 1111111 | 110010 | 1000001 |
Color Harmonies of #7BD385
Complementary color
Monochromatic Colors of #7BD385
Black with #7BD385
Text Example
Text Example
White with #7BD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD385; }
p { color: rgb(123,211,133); }
H1.HeaderClassName
{
color: #7BD385;
}
.AnyTagClassName
{
color: #7BD385;
}
</style>
background-color css
<style>
a { background-color: #7BD385; }
a { background-color: rgb(123,211,133); }
div.DivClassName
{
background-color: #7BD385;
}
.BgClassName
{
background-color: #7BD385;
}
</style>
border-color css
<style>
span { border-color: #7BD385; }
span { border-color: rgb(123,211,133); }
td.TdClassName
{
border-color: #7BD385;
}
.TagClassName
{
border-color: #7BD385;
}
</style>