Shades of De York #7BDA95
Tints of De York #7BDA95
RGB
CMYK
RGB Variations
Color information
#7BDA95 (or 0x7BDA95) is known color: De York. HEX triplet: 7B, DA and 95. RGB value is (123,218,149). Sum of RGB (Red+Green+Blue) = 123+218+149=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDA95 is #84256A. Grayscale: #B5B5B5. Windows color (decimal): -8660331 or 9820795. OLE color: 9820795.
HSL color Cylindrical-coordinate representation of color #7BDA95: hue angle of 136.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDA95 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 149 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.15 |
| HSL | 136.42º | 0.56% | 0.67% | - |
| HSV(B) | 136.42º | 0.44% | 0.85% | - |
| XYZ | 38.66 | 56.52 | 37.31 | - |
| YUV | 181.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 149 | 0.44 | 0 | 0.32 | 0.15 | 136.42 | 0.56 | 0.67 |
| Hex | 7B | DA | 95 | 2C | 0 | 20 | F | 88 | 38 | 43 |
| Octal | 173 | 332 | 225 | 54 | 0 | 40 | 17 | 210 | 70 | 103 |
| Binary | 1111011 | 11011010 | 10010101 | 101100 | 0 | 100000 | 1111 | 10001000 | 111000 | 1000011 |
Color Harmonies of #7BDA95
Complementary color
Monochromatic Colors of #7BDA95
Black with #7BDA95
Text Example
Text Example
White with #7BDA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDA95; }
p { color: rgb(123,218,149); }
H1.HeaderClassName
{
color: #7BDA95;
}
.AnyTagClassName
{
color: #7BDA95;
}
</style>
background-color css
<style>
a { background-color: #7BDA95; }
a { background-color: rgb(123,218,149); }
div.DivClassName
{
background-color: #7BDA95;
}
.BgClassName
{
background-color: #7BDA95;
}
</style>
border-color css
<style>
span { border-color: #7BDA95; }
span { border-color: rgb(123,218,149); }
td.TdClassName
{
border-color: #7BDA95;
}
.TagClassName
{
border-color: #7BDA95;
}
</style>