Shades of De York #78CA83
Tints of De York #78CA83
RGB
CMYK
RGB Variations
Color information
#78CA83 (or 0x78CA83) is known color: De York. HEX triplet: 78, CA and 83. RGB value is (120,202,131). Sum of RGB (Red+Green+Blue) = 120+202+131=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CA83 is #87357C. Grayscale: #A9A9A9. Windows color (decimal): -8861053 or 8637048. OLE color: 8637048.
HSL color Cylindrical-coordinate representation of color #78CA83: hue angle of 128.05º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CA83 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 131 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.21 |
| HSL | 128.05º | 0.44% | 0.63% | - |
| HSV(B) | 128.05º | 0.41% | 0.79% | - |
| XYZ | 32.96 | 47.87 | 28.98 | - |
| YUV | 169.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 131 | 0.41 | 0 | 0.35 | 0.21 | 128.05 | 0.44 | 0.63 |
| Hex | 78 | CA | 83 | 29 | 0 | 23 | 15 | 80 | 2C | 3F |
| Octal | 170 | 312 | 203 | 51 | 0 | 43 | 25 | 200 | 54 | 77 |
| Binary | 1111000 | 11001010 | 10000011 | 101001 | 0 | 100011 | 10101 | 10000000 | 101100 | 111111 |
Color Harmonies of #78CA83
Complementary color
Monochromatic Colors of #78CA83
Black with #78CA83
Text Example
Text Example
White with #78CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA83; }
p { color: rgb(120,202,131); }
H1.HeaderClassName
{
color: #78CA83;
}
.AnyTagClassName
{
color: #78CA83;
}
</style>
background-color css
<style>
a { background-color: #78CA83; }
a { background-color: rgb(120,202,131); }
div.DivClassName
{
background-color: #78CA83;
}
.BgClassName
{
background-color: #78CA83;
}
</style>
border-color css
<style>
span { border-color: #78CA83; }
span { border-color: rgb(120,202,131); }
td.TdClassName
{
border-color: #78CA83;
}
.TagClassName
{
border-color: #78CA83;
}
</style>