Shades of De York #7BDF94
Tints of De York #7BDF94
RGB
CMYK
RGB Variations
Color information
#7BDF94 (or 0x7BDF94) is known color: De York. HEX triplet: 7B, DF and 94. RGB value is (123,223,148). Sum of RGB (Red+Green+Blue) = 123+223+148=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDF94 is #84206B. Grayscale: #B8B8B8. Windows color (decimal): -8659052 or 9756539. OLE color: 9756539.
HSL color Cylindrical-coordinate representation of color #7BDF94: hue angle of 135º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDF94 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 148 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.13 |
| HSL | 135º | 0.61% | 0.68% | - |
| HSV(B) | 135º | 0.45% | 0.87% | - |
| XYZ | 39.9 | 59.12 | 37.33 | - |
| YUV | 184.55 | 107.37 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 148 | 0.45 | 0 | 0.34 | 0.13 | 135 | 0.61 | 0.68 |
| Hex | 7B | DF | 94 | 2D | 0 | 22 | D | 87 | 3D | 44 |
| Octal | 173 | 337 | 224 | 55 | 0 | 42 | 15 | 207 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10010100 | 101101 | 0 | 100010 | 1101 | 10000111 | 111101 | 1000100 |
Color Harmonies of #7BDF94
Complementary color
Monochromatic Colors of #7BDF94
Black with #7BDF94
Text Example
Text Example
White with #7BDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF94; }
p { color: rgb(123,223,148); }
H1.HeaderClassName
{
color: #7BDF94;
}
.AnyTagClassName
{
color: #7BDF94;
}
</style>
background-color css
<style>
a { background-color: #7BDF94; }
a { background-color: rgb(123,223,148); }
div.DivClassName
{
background-color: #7BDF94;
}
.BgClassName
{
background-color: #7BDF94;
}
</style>
border-color css
<style>
span { border-color: #7BDF94; }
span { border-color: rgb(123,223,148); }
td.TdClassName
{
border-color: #7BDF94;
}
.TagClassName
{
border-color: #7BDF94;
}
</style>