Shades of De York #7BC48A
Tints of De York #7BC48A
RGB
CMYK
RGB Variations
Color information
#7BC48A (or 0x7BC48A) is known color: De York. HEX triplet: 7B, C4 and 8A. RGB value is (123,196,138). Sum of RGB (Red+Green+Blue) = 123+196+138=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC48A is #843B75. Grayscale: #A7A7A7. Windows color (decimal): -8665974 or 9094267. OLE color: 9094267.
HSL color Cylindrical-coordinate representation of color #7BC48A: hue angle of 132.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC48A is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 138 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.23 |
| HSL | 132.33º | 0.38% | 0.63% | - |
| HSV(B) | 132.33º | 0.37% | 0.77% | - |
| XYZ | 32.5 | 45.53 | 31.12 | - |
| YUV | 167.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 138 | 0.37 | 0 | 0.30 | 0.23 | 132.33 | 0.38 | 0.63 |
| Hex | 7B | C4 | 8A | 25 | 0 | 1E | 17 | 84 | 26 | 3F |
| Octal | 173 | 304 | 212 | 45 | 0 | 36 | 27 | 204 | 46 | 77 |
| Binary | 1111011 | 11000100 | 10001010 | 100101 | 0 | 11110 | 10111 | 10000100 | 100110 | 111111 |
Color Harmonies of #7BC48A
Complementary color
Monochromatic Colors of #7BC48A
Black with #7BC48A
Text Example
Text Example
White with #7BC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC48A; }
p { color: rgb(123,196,138); }
H1.HeaderClassName
{
color: #7BC48A;
}
.AnyTagClassName
{
color: #7BC48A;
}
</style>
background-color css
<style>
a { background-color: #7BC48A; }
a { background-color: rgb(123,196,138); }
div.DivClassName
{
background-color: #7BC48A;
}
.BgClassName
{
background-color: #7BC48A;
}
</style>
border-color css
<style>
span { border-color: #7BC48A; }
span { border-color: rgb(123,196,138); }
td.TdClassName
{
border-color: #7BC48A;
}
.TagClassName
{
border-color: #7BC48A;
}
</style>