Shades of De York #74C684
Tints of De York #74C684
RGB
CMYK
RGB Variations
Color information
#74C684 (or 0x74C684) is known color: De York. HEX triplet: 74, C6 and 84. RGB value is (116,198,132). Sum of RGB (Red+Green+Blue) = 116+198+132=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #74C684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C684 is #8B397B. Grayscale: #A6A6A6. Windows color (decimal): -9124220 or 8701556. OLE color: 8701556.
HSL color Cylindrical-coordinate representation of color #74C684: hue angle of 131.71º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C684 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 132 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.22 |
| HSL | 131.71º | 0.42% | 0.62% | - |
| HSV(B) | 131.71º | 0.41% | 0.78% | - |
| XYZ | 31.56 | 45.77 | 29 | - |
| YUV | 165.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 132 | 0.41 | 0 | 0.33 | 0.22 | 131.71 | 0.42 | 0.62 |
| Hex | 74 | C6 | 84 | 29 | 0 | 21 | 16 | 84 | 2A | 3E |
| Octal | 164 | 306 | 204 | 51 | 0 | 41 | 26 | 204 | 52 | 76 |
| Binary | 1110100 | 11000110 | 10000100 | 101001 | 0 | 100001 | 10110 | 10000100 | 101010 | 111110 |
Color Harmonies of #74C684
Complementary color
Monochromatic Colors of #74C684
Black with #74C684
Text Example
Text Example
White with #74C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C684; }
p { color: rgb(116,198,132); }
H1.HeaderClassName
{
color: #74C684;
}
.AnyTagClassName
{
color: #74C684;
}
</style>
background-color css
<style>
a { background-color: #74C684; }
a { background-color: rgb(116,198,132); }
div.DivClassName
{
background-color: #74C684;
}
.BgClassName
{
background-color: #74C684;
}
</style>
border-color css
<style>
span { border-color: #74C684; }
span { border-color: rgb(116,198,132); }
td.TdClassName
{
border-color: #74C684;
}
.TagClassName
{
border-color: #74C684;
}
</style>