Shades of De York #78DC92
Tints of De York #78DC92
RGB
CMYK
RGB Variations
Color information
#78DC92 (or 0x78DC92) is known color: De York. HEX triplet: 78, DC and 92. RGB value is (120,220,146). Sum of RGB (Red+Green+Blue) = 120+220+146=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DC92 is #87236D. Grayscale: #B5B5B5. Windows color (decimal): -8856430 or 9624696. OLE color: 9624696.
HSL color Cylindrical-coordinate representation of color #78DC92: hue angle of 135.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DC92 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 146 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.14 |
| HSL | 135.6º | 0.59% | 0.67% | - |
| HSV(B) | 135.6º | 0.45% | 0.86% | - |
| XYZ | 38.53 | 57.25 | 36.21 | - |
| YUV | 181.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 146 | 0.45 | 0 | 0.34 | 0.14 | 135.6 | 0.59 | 0.67 |
| Hex | 78 | DC | 92 | 2D | 0 | 22 | E | 88 | 3B | 43 |
| Octal | 170 | 334 | 222 | 55 | 0 | 42 | 16 | 210 | 73 | 103 |
| Binary | 1111000 | 11011100 | 10010010 | 101101 | 0 | 100010 | 1110 | 10001000 | 111011 | 1000011 |
Color Harmonies of #78DC92
Complementary color
Monochromatic Colors of #78DC92
Black with #78DC92
Text Example
Text Example
White with #78DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC92; }
p { color: rgb(120,220,146); }
H1.HeaderClassName
{
color: #78DC92;
}
.AnyTagClassName
{
color: #78DC92;
}
</style>
background-color css
<style>
a { background-color: #78DC92; }
a { background-color: rgb(120,220,146); }
div.DivClassName
{
background-color: #78DC92;
}
.BgClassName
{
background-color: #78DC92;
}
</style>
border-color css
<style>
span { border-color: #78DC92; }
span { border-color: rgb(120,220,146); }
td.TdClassName
{
border-color: #78DC92;
}
.TagClassName
{
border-color: #78DC92;
}
</style>