Shades of De York #78CB7B
Tints of De York #78CB7B
RGB
CMYK
RGB Variations
Color information
#78CB7B (or 0x78CB7B) is known color: De York. HEX triplet: 78, CB and 7B. RGB value is (120,203,123). Sum of RGB (Red+Green+Blue) = 120+203+123=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #78CB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CB7B is #873484. Grayscale: #A9A9A9. Windows color (decimal): -8860805 or 8113016. OLE color: 8113016.
HSL color Cylindrical-coordinate representation of color #78CB7B: hue angle of 122.17º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CB7B is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 203 | 123 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.20 |
| HSL | 122.17º | 0.44% | 0.63% | - |
| HSV(B) | 122.17º | 0.41% | 0.8% | - |
| XYZ | 32.68 | 48.14 | 26.31 | - |
| YUV | 169.06 | 102 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 123 | 0.41 | 0 | 0.39 | 0.20 | 122.17 | 0.44 | 0.63 |
| Hex | 78 | CB | 7B | 29 | 0 | 27 | 14 | 7A | 2C | 3F |
| Octal | 170 | 313 | 173 | 51 | 0 | 47 | 24 | 172 | 54 | 77 |
| Binary | 1111000 | 11001011 | 1111011 | 101001 | 0 | 100111 | 10100 | 1111010 | 101100 | 111111 |
Color Harmonies of #78CB7B
Complementary color
Monochromatic Colors of #78CB7B
Black with #78CB7B
Text Example
Text Example
White with #78CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CB7B; }
p { color: rgb(120,203,123); }
H1.HeaderClassName
{
color: #78CB7B;
}
.AnyTagClassName
{
color: #78CB7B;
}
</style>
background-color css
<style>
a { background-color: #78CB7B; }
a { background-color: rgb(120,203,123); }
div.DivClassName
{
background-color: #78CB7B;
}
.BgClassName
{
background-color: #78CB7B;
}
</style>
border-color css
<style>
span { border-color: #78CB7B; }
span { border-color: rgb(120,203,123); }
td.TdClassName
{
border-color: #78CB7B;
}
.TagClassName
{
border-color: #78CB7B;
}
</style>