Shades of De York #7BDF93
Tints of De York #7BDF93
RGB
CMYK
RGB Variations
Color information
#7BDF93 (or 0x7BDF93) is known color: De York. HEX triplet: 7B, DF and 93. RGB value is (123,223,147). Sum of RGB (Red+Green+Blue) = 123+223+147=493 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.95% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDF93 is #84206C. Grayscale: #B8B8B8. Windows color (decimal): -8659053 or 9691003. OLE color: 9691003.
HSL color Cylindrical-coordinate representation of color #7BDF93: hue angle of 134.4º 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 #7BDF93 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 147 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.13 |
| HSL | 134.4º | 0.61% | 0.68% | - |
| HSV(B) | 134.4º | 0.45% | 0.87% | - |
| XYZ | 39.82 | 59.09 | 36.91 | - |
| YUV | 184.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 147 | 0.45 | 0 | 0.34 | 0.13 | 134.4 | 0.61 | 0.68 |
| Hex | 7B | DF | 93 | 2D | 0 | 22 | D | 86 | 3D | 44 |
| Octal | 173 | 337 | 223 | 55 | 0 | 42 | 15 | 206 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10010011 | 101101 | 0 | 100010 | 1101 | 10000110 | 111101 | 1000100 |
Color Harmonies of #7BDF93
Complementary color
Monochromatic Colors of #7BDF93
Black with #7BDF93
Text Example
Text Example
White with #7BDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF93; }
p { color: rgb(123,223,147); }
H1.HeaderClassName
{
color: #7BDF93;
}
.AnyTagClassName
{
color: #7BDF93;
}
</style>
background-color css
<style>
a { background-color: #7BDF93; }
a { background-color: rgb(123,223,147); }
div.DivClassName
{
background-color: #7BDF93;
}
.BgClassName
{
background-color: #7BDF93;
}
</style>
border-color css
<style>
span { border-color: #7BDF93; }
span { border-color: rgb(123,223,147); }
td.TdClassName
{
border-color: #7BDF93;
}
.TagClassName
{
border-color: #7BDF93;
}
</style>