Shades of De York #78CF8C
Tints of De York #78CF8C
RGB
CMYK
RGB Variations
Color information
#78CF8C (or 0x78CF8C) is known color: De York. HEX triplet: 78, CF and 8C. RGB value is (120,207,140). Sum of RGB (Red+Green+Blue) = 120+207+140=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CF8C is #873073. Grayscale: #ADADAD. Windows color (decimal): -8859764 or 9228152. OLE color: 9228152.
HSL color Cylindrical-coordinate representation of color #78CF8C: hue angle of 133.79º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CF8C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 140 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.19 |
| HSL | 133.79º | 0.48% | 0.64% | - |
| HSV(B) | 133.79º | 0.42% | 0.81% | - |
| XYZ | 34.79 | 50.51 | 32.73 | - |
| YUV | 173.35 | 109.18 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 140 | 0.42 | 0 | 0.32 | 0.19 | 133.79 | 0.48 | 0.64 |
| Hex | 78 | CF | 8C | 2A | 0 | 20 | 13 | 86 | 30 | 40 |
| Octal | 170 | 317 | 214 | 52 | 0 | 40 | 23 | 206 | 60 | 100 |
| Binary | 1111000 | 11001111 | 10001100 | 101010 | 0 | 100000 | 10011 | 10000110 | 110000 | 1000000 |
Color Harmonies of #78CF8C
Complementary color
Monochromatic Colors of #78CF8C
Black with #78CF8C
Text Example
Text Example
White with #78CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF8C; }
p { color: rgb(120,207,140); }
H1.HeaderClassName
{
color: #78CF8C;
}
.AnyTagClassName
{
color: #78CF8C;
}
</style>
background-color css
<style>
a { background-color: #78CF8C; }
a { background-color: rgb(120,207,140); }
div.DivClassName
{
background-color: #78CF8C;
}
.BgClassName
{
background-color: #78CF8C;
}
</style>
border-color css
<style>
span { border-color: #78CF8C; }
span { border-color: rgb(120,207,140); }
td.TdClassName
{
border-color: #78CF8C;
}
.TagClassName
{
border-color: #78CF8C;
}
</style>