Shades of De York #7BC083
Tints of De York #7BC083
RGB
CMYK
RGB Variations
Color information
#7BC083 (or 0x7BC083) is known color: De York. HEX triplet: 7B, C0 and 83. RGB value is (123,192,131). Sum of RGB (Red+Green+Blue) = 123+192+131=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC083 is #843F7C. Grayscale: #A4A4A4. Windows color (decimal): -8667005 or 8634491. OLE color: 8634491.
HSL color Cylindrical-coordinate representation of color #7BC083: hue angle of 126.96º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC083 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 192 | 131 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.25 |
| HSL | 126.96º | 0.35% | 0.62% | - |
| HSV(B) | 126.96º | 0.36% | 0.75% | - |
| XYZ | 31.11 | 43.55 | 28.24 | - |
| YUV | 164.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 131 | 0.36 | 0 | 0.32 | 0.25 | 126.96 | 0.35 | 0.62 |
| Hex | 7B | C0 | 83 | 24 | 0 | 20 | 19 | 7F | 23 | 3E |
| Octal | 173 | 300 | 203 | 44 | 0 | 40 | 31 | 177 | 43 | 76 |
| Binary | 1111011 | 11000000 | 10000011 | 100100 | 0 | 100000 | 11001 | 1111111 | 100011 | 111110 |
Color Harmonies of #7BC083
Complementary color
Monochromatic Colors of #7BC083
Black with #7BC083
Text Example
Text Example
White with #7BC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC083; }
p { color: rgb(123,192,131); }
H1.HeaderClassName
{
color: #7BC083;
}
.AnyTagClassName
{
color: #7BC083;
}
</style>
background-color css
<style>
a { background-color: #7BC083; }
a { background-color: rgb(123,192,131); }
div.DivClassName
{
background-color: #7BC083;
}
.BgClassName
{
background-color: #7BC083;
}
</style>
border-color css
<style>
span { border-color: #7BC083; }
span { border-color: rgb(123,192,131); }
td.TdClassName
{
border-color: #7BC083;
}
.TagClassName
{
border-color: #7BC083;
}
</style>