Shades of De York #74D48B
Tints of De York #74D48B
RGB
CMYK
RGB Variations
Color information
#74D48B (or 0x74D48B) is known color: De York. HEX triplet: 74, D4 and 8B. RGB value is (116,212,139). Sum of RGB (Red+Green+Blue) = 116+212+139=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #74D48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D48B is #8B2B74. Grayscale: #AFAFAF. Windows color (decimal): -9120629 or 9163892. OLE color: 9163892.
HSL color Cylindrical-coordinate representation of color #74D48B: hue angle of 134.38º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D48B is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 139 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.17 |
| HSL | 134.38º | 0.53% | 0.64% | - |
| HSV(B) | 134.38º | 0.45% | 0.83% | - |
| XYZ | 35.41 | 52.66 | 32.73 | - |
| YUV | 174.97 | 107.7 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 139 | 0.45 | 0 | 0.34 | 0.17 | 134.38 | 0.53 | 0.64 |
| Hex | 74 | D4 | 8B | 2D | 0 | 22 | 11 | 86 | 35 | 40 |
| Octal | 164 | 324 | 213 | 55 | 0 | 42 | 21 | 206 | 65 | 100 |
| Binary | 1110100 | 11010100 | 10001011 | 101101 | 0 | 100010 | 10001 | 10000110 | 110101 | 1000000 |
Color Harmonies of #74D48B
Complementary color
Monochromatic Colors of #74D48B
Black with #74D48B
Text Example
Text Example
White with #74D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D48B; }
p { color: rgb(116,212,139); }
H1.HeaderClassName
{
color: #74D48B;
}
.AnyTagClassName
{
color: #74D48B;
}
</style>
background-color css
<style>
a { background-color: #74D48B; }
a { background-color: rgb(116,212,139); }
div.DivClassName
{
background-color: #74D48B;
}
.BgClassName
{
background-color: #74D48B;
}
</style>
border-color css
<style>
span { border-color: #74D48B; }
span { border-color: rgb(116,212,139); }
td.TdClassName
{
border-color: #74D48B;
}
.TagClassName
{
border-color: #74D48B;
}
</style>