Shades of De York #74CE80
Tints of De York #74CE80
RGB
CMYK
RGB Variations
Color information
#74CE80 (or 0x74CE80) is known color: De York. HEX triplet: 74, CE and 80. RGB value is (116,206,128). Sum of RGB (Red+Green+Blue) = 116+206+128=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CE80 is #8B317F. Grayscale: #AAAAAA. Windows color (decimal): -9122176 or 8441460. OLE color: 8441460.
HSL color Cylindrical-coordinate representation of color #74CE80: hue angle of 128º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CE80 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 128 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.19 |
| HSL | 128º | 0.48% | 0.63% | - |
| HSV(B) | 128º | 0.44% | 0.81% | - |
| XYZ | 33.17 | 49.41 | 28.21 | - |
| YUV | 170.2 | 104.18 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 128 | 0.44 | 0 | 0.38 | 0.19 | 128 | 0.48 | 0.63 |
| Hex | 74 | CE | 80 | 2C | 0 | 26 | 13 | 80 | 30 | 3F |
| Octal | 164 | 316 | 200 | 54 | 0 | 46 | 23 | 200 | 60 | 77 |
| Binary | 1110100 | 11001110 | 10000000 | 101100 | 0 | 100110 | 10011 | 10000000 | 110000 | 111111 |
Color Harmonies of #74CE80
Complementary color
Monochromatic Colors of #74CE80
Black with #74CE80
Text Example
Text Example
White with #74CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE80; }
p { color: rgb(116,206,128); }
H1.HeaderClassName
{
color: #74CE80;
}
.AnyTagClassName
{
color: #74CE80;
}
</style>
background-color css
<style>
a { background-color: #74CE80; }
a { background-color: rgb(116,206,128); }
div.DivClassName
{
background-color: #74CE80;
}
.BgClassName
{
background-color: #74CE80;
}
</style>
border-color css
<style>
span { border-color: #74CE80; }
span { border-color: rgb(116,206,128); }
td.TdClassName
{
border-color: #74CE80;
}
.TagClassName
{
border-color: #74CE80;
}
</style>