Shades of De York #7BBD83
Tints of De York #7BBD83
RGB
CMYK
RGB Variations
Color information
#7BBD83 (or 0x7BBD83) is known color: De York. HEX triplet: 7B, BD and 83. RGB value is (123,189,131). Sum of RGB (Red+Green+Blue) = 123+189+131=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBD83 is #84427C. Grayscale: #A2A2A2. Windows color (decimal): -8667773 or 8633723. OLE color: 8633723.
HSL color Cylindrical-coordinate representation of color #7BBD83: hue angle of 127.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBD83 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 131 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.26 |
| HSL | 127.27º | 0.33% | 0.61% | - |
| HSV(B) | 127.27º | 0.35% | 0.74% | - |
| XYZ | 30.46 | 42.24 | 28.02 | - |
| YUV | 162.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 131 | 0.35 | 0 | 0.31 | 0.26 | 127.27 | 0.33 | 0.61 |
| Hex | 7B | BD | 83 | 23 | 0 | 1F | 1A | 7F | 21 | 3D |
| Octal | 173 | 275 | 203 | 43 | 0 | 37 | 32 | 177 | 41 | 75 |
| Binary | 1111011 | 10111101 | 10000011 | 100011 | 0 | 11111 | 11010 | 1111111 | 100001 | 111101 |
Color Harmonies of #7BBD83
Complementary color
Monochromatic Colors of #7BBD83
Black with #7BBD83
Text Example
Text Example
White with #7BBD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBD83; }
p { color: rgb(123,189,131); }
H1.HeaderClassName
{
color: #7BBD83;
}
.AnyTagClassName
{
color: #7BBD83;
}
</style>
background-color css
<style>
a { background-color: #7BBD83; }
a { background-color: rgb(123,189,131); }
div.DivClassName
{
background-color: #7BBD83;
}
.BgClassName
{
background-color: #7BBD83;
}
</style>
border-color css
<style>
span { border-color: #7BBD83; }
span { border-color: rgb(123,189,131); }
td.TdClassName
{
border-color: #7BBD83;
}
.TagClassName
{
border-color: #7BBD83;
}
</style>