Shades of De York #7BD088
Tints of De York #7BD088
RGB
CMYK
RGB Variations
Color information
#7BD088 (or 0x7BD088) is known color: De York. HEX triplet: 7B, D0 and 88. RGB value is (123,208,136). Sum of RGB (Red+Green+Blue) = 123+208+136=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD088 is #842F77. Grayscale: #AEAEAE. Windows color (decimal): -8662904 or 8966267. OLE color: 8966267.
HSL color Cylindrical-coordinate representation of color #7BD088: hue angle of 129.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD088 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 208 | 136 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.18 |
| HSL | 129.18º | 0.47% | 0.65% | - |
| HSV(B) | 129.18º | 0.41% | 0.82% | - |
| XYZ | 35.17 | 51.1 | 31.3 | - |
| YUV | 174.38 | 106.34 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 208 | 136 | 0.41 | 0 | 0.35 | 0.18 | 129.18 | 0.47 | 0.65 |
| Hex | 7B | D0 | 88 | 29 | 0 | 23 | 12 | 81 | 2F | 41 |
| Octal | 173 | 320 | 210 | 51 | 0 | 43 | 22 | 201 | 57 | 101 |
| Binary | 1111011 | 11010000 | 10001000 | 101001 | 0 | 100011 | 10010 | 10000001 | 101111 | 1000001 |
Color Harmonies of #7BD088
Complementary color
Monochromatic Colors of #7BD088
Black with #7BD088
Text Example
Text Example
White with #7BD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD088; }
p { color: rgb(123,208,136); }
H1.HeaderClassName
{
color: #7BD088;
}
.AnyTagClassName
{
color: #7BD088;
}
</style>
background-color css
<style>
a { background-color: #7BD088; }
a { background-color: rgb(123,208,136); }
div.DivClassName
{
background-color: #7BD088;
}
.BgClassName
{
background-color: #7BD088;
}
</style>
border-color css
<style>
span { border-color: #7BD088; }
span { border-color: rgb(123,208,136); }
td.TdClassName
{
border-color: #7BD088;
}
.TagClassName
{
border-color: #7BD088;
}
</style>