Shades of De York #74CF8B
Tints of De York #74CF8B
RGB
CMYK
RGB Variations
Color information
#74CF8B (or 0x74CF8B) is known color: De York. HEX triplet: 74, CF and 8B. RGB value is (116,207,139). Sum of RGB (Red+Green+Blue) = 116+207+139=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CF8B is #8B3074. Grayscale: #ACACAC. Windows color (decimal): -9121909 or 9162612. OLE color: 9162612.
HSL color Cylindrical-coordinate representation of color #74CF8B: hue angle of 135.16º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CF8B is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 139 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.19 |
| HSL | 135.16º | 0.49% | 0.63% | - |
| HSV(B) | 135.16º | 0.44% | 0.81% | - |
| XYZ | 34.18 | 50.2 | 32.31 | - |
| YUV | 172.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 139 | 0.44 | 0 | 0.33 | 0.19 | 135.16 | 0.49 | 0.63 |
| Hex | 74 | CF | 8B | 2C | 0 | 21 | 13 | 87 | 31 | 3F |
| Octal | 164 | 317 | 213 | 54 | 0 | 41 | 23 | 207 | 61 | 77 |
| Binary | 1110100 | 11001111 | 10001011 | 101100 | 0 | 100001 | 10011 | 10000111 | 110001 | 111111 |
Color Harmonies of #74CF8B
Complementary color
Monochromatic Colors of #74CF8B
Black with #74CF8B
Text Example
Text Example
White with #74CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF8B; }
p { color: rgb(116,207,139); }
H1.HeaderClassName
{
color: #74CF8B;
}
.AnyTagClassName
{
color: #74CF8B;
}
</style>
background-color css
<style>
a { background-color: #74CF8B; }
a { background-color: rgb(116,207,139); }
div.DivClassName
{
background-color: #74CF8B;
}
.BgClassName
{
background-color: #74CF8B;
}
</style>
border-color css
<style>
span { border-color: #74CF8B; }
span { border-color: rgb(116,207,139); }
td.TdClassName
{
border-color: #74CF8B;
}
.TagClassName
{
border-color: #74CF8B;
}
</style>