Shades of De York #74CC88
Tints of De York #74CC88
RGB
CMYK
RGB Variations
Color information
#74CC88 (or 0x74CC88) is known color: De York. HEX triplet: 74, CC and 88. RGB value is (116,204,136). Sum of RGB (Red+Green+Blue) = 116+204+136=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CC88 is #8B3377. Grayscale: #AAAAAA. Windows color (decimal): -9122680 or 8965236. OLE color: 8965236.
HSL color Cylindrical-coordinate representation of color #74CC88: hue angle of 133.64º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CC88 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 204 | 136 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.2 |
| HSL | 133.64º | 0.46% | 0.63% | - |
| HSV(B) | 133.64º | 0.43% | 0.8% | - |
| XYZ | 33.24 | 48.68 | 30.94 | - |
| YUV | 169.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 136 | 0.43 | 0 | 0.33 | 0.2 | 133.64 | 0.46 | 0.63 |
| Hex | 74 | CC | 88 | 2B | 0 | 21 | 14 | 86 | 2E | 3F |
| Octal | 164 | 314 | 210 | 53 | 0 | 41 | 24 | 206 | 56 | 77 |
| Binary | 1110100 | 11001100 | 10001000 | 101011 | 0 | 100001 | 10100 | 10000110 | 101110 | 111111 |
Color Harmonies of #74CC88
Complementary color
Monochromatic Colors of #74CC88
Black with #74CC88
Text Example
Text Example
White with #74CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CC88; }
p { color: rgb(116,204,136); }
H1.HeaderClassName
{
color: #74CC88;
}
.AnyTagClassName
{
color: #74CC88;
}
</style>
background-color css
<style>
a { background-color: #74CC88; }
a { background-color: rgb(116,204,136); }
div.DivClassName
{
background-color: #74CC88;
}
.BgClassName
{
background-color: #74CC88;
}
</style>
border-color css
<style>
span { border-color: #74CC88; }
span { border-color: rgb(116,204,136); }
td.TdClassName
{
border-color: #74CC88;
}
.TagClassName
{
border-color: #74CC88;
}
</style>