Shades of De York #7BC387
Tints of De York #7BC387
RGB
CMYK
RGB Variations
Color information
#7BC387 (or 0x7BC387) is known color: De York. HEX triplet: 7B, C3 and 87. RGB value is (123,195,135). Sum of RGB (Red+Green+Blue) = 123+195+135=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC387 is #843C78. Grayscale: #A6A6A6. Windows color (decimal): -8666233 or 8897403. OLE color: 8897403.
HSL color Cylindrical-coordinate representation of color #7BC387: hue angle of 130º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC387 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 135 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.24 |
| HSL | 130º | 0.38% | 0.62% | - |
| HSV(B) | 130º | 0.37% | 0.76% | - |
| XYZ | 32.06 | 44.99 | 29.92 | - |
| YUV | 166.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 135 | 0.37 | 0 | 0.31 | 0.24 | 130 | 0.38 | 0.62 |
| Hex | 7B | C3 | 87 | 25 | 0 | 1F | 18 | 82 | 26 | 3E |
| Octal | 173 | 303 | 207 | 45 | 0 | 37 | 30 | 202 | 46 | 76 |
| Binary | 1111011 | 11000011 | 10000111 | 100101 | 0 | 11111 | 11000 | 10000010 | 100110 | 111110 |
Color Harmonies of #7BC387
Complementary color
Monochromatic Colors of #7BC387
Black with #7BC387
Text Example
Text Example
White with #7BC387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC387; }
p { color: rgb(123,195,135); }
H1.HeaderClassName
{
color: #7BC387;
}
.AnyTagClassName
{
color: #7BC387;
}
</style>
background-color css
<style>
a { background-color: #7BC387; }
a { background-color: rgb(123,195,135); }
div.DivClassName
{
background-color: #7BC387;
}
.BgClassName
{
background-color: #7BC387;
}
</style>
border-color css
<style>
span { border-color: #7BC387; }
span { border-color: rgb(123,195,135); }
td.TdClassName
{
border-color: #7BC387;
}
.TagClassName
{
border-color: #7BC387;
}
</style>