Shades of De York #7BDF90
Tints of De York #7BDF90
RGB
CMYK
RGB Variations
Color information
#7BDF90 (or 0x7BDF90) is known color: De York. HEX triplet: 7B, DF and 90. RGB value is (123,223,144). Sum of RGB (Red+Green+Blue) = 123+223+144=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDF90 is #84206F. Grayscale: #B8B8B8. Windows color (decimal): -8659056 or 9494395. OLE color: 9494395.
HSL color Cylindrical-coordinate representation of color #7BDF90: hue angle of 132.6º 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 #7BDF90 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 144 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.13 |
| HSL | 132.6º | 0.61% | 0.68% | - |
| HSV(B) | 132.6º | 0.45% | 0.87% | - |
| XYZ | 39.59 | 59 | 35.69 | - |
| YUV | 184.09 | 105.37 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 144 | 0.45 | 0 | 0.35 | 0.13 | 132.6 | 0.61 | 0.68 |
| Hex | 7B | DF | 90 | 2D | 0 | 23 | D | 85 | 3D | 44 |
| Octal | 173 | 337 | 220 | 55 | 0 | 43 | 15 | 205 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10010000 | 101101 | 0 | 100011 | 1101 | 10000101 | 111101 | 1000100 |
Color Harmonies of #7BDF90
Complementary color
Monochromatic Colors of #7BDF90
Black with #7BDF90
Text Example
Text Example
White with #7BDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF90; }
p { color: rgb(123,223,144); }
H1.HeaderClassName
{
color: #7BDF90;
}
.AnyTagClassName
{
color: #7BDF90;
}
</style>
background-color css
<style>
a { background-color: #7BDF90; }
a { background-color: rgb(123,223,144); }
div.DivClassName
{
background-color: #7BDF90;
}
.BgClassName
{
background-color: #7BDF90;
}
</style>
border-color css
<style>
span { border-color: #7BDF90; }
span { border-color: rgb(123,223,144); }
td.TdClassName
{
border-color: #7BDF90;
}
.TagClassName
{
border-color: #7BDF90;
}
</style>