Shades of De York #7BBC83
Tints of De York #7BBC83
RGB
CMYK
RGB Variations
Color information
#7BBC83 (or 0x7BBC83) is known color: De York. HEX triplet: 7B, BC and 83. RGB value is (123,188,131). Sum of RGB (Red+Green+Blue) = 123+188+131=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBC83 is #84437C. Grayscale: #A2A2A2. Windows color (decimal): -8668029 or 8633467. OLE color: 8633467.
HSL color Cylindrical-coordinate representation of color #7BBC83: hue angle of 127.38º 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 #7BBC83 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 131 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.26 |
| HSL | 127.38º | 0.33% | 0.61% | - |
| HSV(B) | 127.38º | 0.35% | 0.74% | - |
| XYZ | 30.25 | 41.82 | 27.95 | - |
| YUV | 162.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 131 | 0.35 | 0 | 0.30 | 0.26 | 127.38 | 0.33 | 0.61 |
| Hex | 7B | BC | 83 | 23 | 0 | 1E | 1A | 7F | 21 | 3D |
| Octal | 173 | 274 | 203 | 43 | 0 | 36 | 32 | 177 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10000011 | 100011 | 0 | 11110 | 11010 | 1111111 | 100001 | 111101 |
Color Harmonies of #7BBC83
Complementary color
Monochromatic Colors of #7BBC83
Black with #7BBC83
Text Example
Text Example
White with #7BBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC83; }
p { color: rgb(123,188,131); }
H1.HeaderClassName
{
color: #7BBC83;
}
.AnyTagClassName
{
color: #7BBC83;
}
</style>
background-color css
<style>
a { background-color: #7BBC83; }
a { background-color: rgb(123,188,131); }
div.DivClassName
{
background-color: #7BBC83;
}
.BgClassName
{
background-color: #7BBC83;
}
</style>
border-color css
<style>
span { border-color: #7BBC83; }
span { border-color: rgb(123,188,131); }
td.TdClassName
{
border-color: #7BBC83;
}
.TagClassName
{
border-color: #7BBC83;
}
</style>