Shades of De York #7BD484
Tints of De York #7BD484
RGB
CMYK
RGB Variations
Color information
#7BD484 (or 0x7BD484) is known color: De York. HEX triplet: 7B, D4 and 84. RGB value is (123,212,132). Sum of RGB (Red+Green+Blue) = 123+212+132=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #7BD484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD484 is #842B7B. Grayscale: #B0B0B0. Windows color (decimal): -8661884 or 8705147. OLE color: 8705147.
HSL color Cylindrical-coordinate representation of color #7BD484: hue angle of 126.07º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD484 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 212 | 132 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.17 |
| HSL | 126.07º | 0.51% | 0.66% | - |
| HSV(B) | 126.07º | 0.42% | 0.83% | - |
| XYZ | 35.88 | 52.96 | 30.16 | - |
| YUV | 176.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 212 | 132 | 0.42 | 0 | 0.38 | 0.17 | 126.07 | 0.51 | 0.66 |
| Hex | 7B | D4 | 84 | 2A | 0 | 26 | 11 | 7E | 33 | 42 |
| Octal | 173 | 324 | 204 | 52 | 0 | 46 | 21 | 176 | 63 | 102 |
| Binary | 1111011 | 11010100 | 10000100 | 101010 | 0 | 100110 | 10001 | 1111110 | 110011 | 1000010 |
Color Harmonies of #7BD484
Complementary color
Monochromatic Colors of #7BD484
Black with #7BD484
Text Example
Text Example
White with #7BD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD484; }
p { color: rgb(123,212,132); }
H1.HeaderClassName
{
color: #7BD484;
}
.AnyTagClassName
{
color: #7BD484;
}
</style>
background-color css
<style>
a { background-color: #7BD484; }
a { background-color: rgb(123,212,132); }
div.DivClassName
{
background-color: #7BD484;
}
.BgClassName
{
background-color: #7BD484;
}
</style>
border-color css
<style>
span { border-color: #7BD484; }
span { border-color: rgb(123,212,132); }
td.TdClassName
{
border-color: #7BD484;
}
.TagClassName
{
border-color: #7BD484;
}
</style>