Shades of De York #74D08C
Tints of De York #74D08C
RGB
CMYK
RGB Variations
Color information
#74D08C (or 0x74D08C) is known color: De York. HEX triplet: 74, D0 and 8C. RGB value is (116,208,140). Sum of RGB (Red+Green+Blue) = 116+208+140=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #74D08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D08C is #8B2F73. Grayscale: #ACACAC. Windows color (decimal): -9121652 or 9228404. OLE color: 9228404.
HSL color Cylindrical-coordinate representation of color #74D08C: hue angle of 135.65º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D08C is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 140 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.18 |
| HSL | 135.65º | 0.49% | 0.64% | - |
| HSV(B) | 135.65º | 0.44% | 0.82% | - |
| XYZ | 34.49 | 50.72 | 32.78 | - |
| YUV | 172.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 140 | 0.44 | 0 | 0.33 | 0.18 | 135.65 | 0.49 | 0.64 |
| Hex | 74 | D0 | 8C | 2C | 0 | 21 | 12 | 88 | 31 | 40 |
| Octal | 164 | 320 | 214 | 54 | 0 | 41 | 22 | 210 | 61 | 100 |
| Binary | 1110100 | 11010000 | 10001100 | 101100 | 0 | 100001 | 10010 | 10001000 | 110001 | 1000000 |
Color Harmonies of #74D08C
Complementary color
Monochromatic Colors of #74D08C
Black with #74D08C
Text Example
Text Example
White with #74D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D08C; }
p { color: rgb(116,208,140); }
H1.HeaderClassName
{
color: #74D08C;
}
.AnyTagClassName
{
color: #74D08C;
}
</style>
background-color css
<style>
a { background-color: #74D08C; }
a { background-color: rgb(116,208,140); }
div.DivClassName
{
background-color: #74D08C;
}
.BgClassName
{
background-color: #74D08C;
}
</style>
border-color css
<style>
span { border-color: #74D08C; }
span { border-color: rgb(116,208,140); }
td.TdClassName
{
border-color: #74D08C;
}
.TagClassName
{
border-color: #74D08C;
}
</style>