Shades of De York #79CE85
Tints of De York #79CE85
RGB
CMYK
RGB Variations
Color information
#79CE85 (or 0x79CE85) is known color: De York. HEX triplet: 79, CE and 85. RGB value is (121,206,133). Sum of RGB (Red+Green+Blue) = 121+206+133=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #79CE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CE85 is #86317A. Grayscale: #ACACAC. Windows color (decimal): -8794491 or 8769145. OLE color: 8769145.
HSL color Cylindrical-coordinate representation of color #79CE85: hue angle of 128.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CE85 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 206 | 133 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.19 |
| HSL | 128.47º | 0.46% | 0.64% | - |
| HSV(B) | 128.47º | 0.41% | 0.81% | - |
| XYZ | 34.19 | 49.9 | 30.02 | - |
| YUV | 172.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 206 | 133 | 0.41 | 0 | 0.35 | 0.19 | 128.47 | 0.46 | 0.64 |
| Hex | 79 | CE | 85 | 29 | 0 | 23 | 13 | 80 | 2E | 40 |
| Octal | 171 | 316 | 205 | 51 | 0 | 43 | 23 | 200 | 56 | 100 |
| Binary | 1111001 | 11001110 | 10000101 | 101001 | 0 | 100011 | 10011 | 10000000 | 101110 | 1000000 |
Color Harmonies of #79CE85
Complementary color
Monochromatic Colors of #79CE85
Black with #79CE85
Text Example
Text Example
White with #79CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CE85; }
p { color: rgb(121,206,133); }
H1.HeaderClassName
{
color: #79CE85;
}
.AnyTagClassName
{
color: #79CE85;
}
</style>
background-color css
<style>
a { background-color: #79CE85; }
a { background-color: rgb(121,206,133); }
div.DivClassName
{
background-color: #79CE85;
}
.BgClassName
{
background-color: #79CE85;
}
</style>
border-color css
<style>
span { border-color: #79CE85; }
span { border-color: rgb(121,206,133); }
td.TdClassName
{
border-color: #79CE85;
}
.TagClassName
{
border-color: #79CE85;
}
</style>