Shades of De York #74D08B
Tints of De York #74D08B
RGB
CMYK
RGB Variations
Color information
#74D08B (or 0x74D08B) is known color: De York. HEX triplet: 74, D0 and 8B. RGB value is (116,208,139). Sum of RGB (Red+Green+Blue) = 116+208+139=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #74D08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D08B is #8B2F74. Grayscale: #ACACAC. Windows color (decimal): -9121653 or 9162868. OLE color: 9162868.
HSL color Cylindrical-coordinate representation of color #74D08B: hue angle of 135º 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 #74D08B is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 139 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.18 |
| HSL | 135º | 0.49% | 0.64% | - |
| HSV(B) | 135º | 0.44% | 0.82% | - |
| XYZ | 34.42 | 50.69 | 32.4 | - |
| YUV | 172.63 | 109.02 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 139 | 0.44 | 0 | 0.33 | 0.18 | 135 | 0.49 | 0.64 |
| Hex | 74 | D0 | 8B | 2C | 0 | 21 | 12 | 87 | 31 | 40 |
| Octal | 164 | 320 | 213 | 54 | 0 | 41 | 22 | 207 | 61 | 100 |
| Binary | 1110100 | 11010000 | 10001011 | 101100 | 0 | 100001 | 10010 | 10000111 | 110001 | 1000000 |
Color Harmonies of #74D08B
Complementary color
Monochromatic Colors of #74D08B
Black with #74D08B
Text Example
Text Example
White with #74D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D08B; }
p { color: rgb(116,208,139); }
H1.HeaderClassName
{
color: #74D08B;
}
.AnyTagClassName
{
color: #74D08B;
}
</style>
background-color css
<style>
a { background-color: #74D08B; }
a { background-color: rgb(116,208,139); }
div.DivClassName
{
background-color: #74D08B;
}
.BgClassName
{
background-color: #74D08B;
}
</style>
border-color css
<style>
span { border-color: #74D08B; }
span { border-color: rgb(116,208,139); }
td.TdClassName
{
border-color: #74D08B;
}
.TagClassName
{
border-color: #74D08B;
}
</style>