Shades of De York #74CD8B
Tints of De York #74CD8B
RGB
CMYK
RGB Variations
Color information
#74CD8B (or 0x74CD8B) is known color: De York. HEX triplet: 74, CD and 8B. RGB value is (116,205,139). Sum of RGB (Red+Green+Blue) = 116+205+139=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CD8B is #8B3274. Grayscale: #ABABAB. Windows color (decimal): -9122421 or 9162100. OLE color: 9162100.
HSL color Cylindrical-coordinate representation of color #74CD8B: hue angle of 135.51º degrees, saturation: 0.47, 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 #74CD8B is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 139 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.20 |
| HSL | 135.51º | 0.47% | 0.63% | - |
| HSV(B) | 135.51º | 0.43% | 0.8% | - |
| XYZ | 33.69 | 49.24 | 32.15 | - |
| YUV | 170.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 139 | 0.43 | 0 | 0.32 | 0.20 | 135.51 | 0.47 | 0.63 |
| Hex | 74 | CD | 8B | 2B | 0 | 20 | 14 | 88 | 2F | 3F |
| Octal | 164 | 315 | 213 | 53 | 0 | 40 | 24 | 210 | 57 | 77 |
| Binary | 1110100 | 11001101 | 10001011 | 101011 | 0 | 100000 | 10100 | 10001000 | 101111 | 111111 |
Color Harmonies of #74CD8B
Complementary color
Monochromatic Colors of #74CD8B
Black with #74CD8B
Text Example
Text Example
White with #74CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CD8B; }
p { color: rgb(116,205,139); }
H1.HeaderClassName
{
color: #74CD8B;
}
.AnyTagClassName
{
color: #74CD8B;
}
</style>
background-color css
<style>
a { background-color: #74CD8B; }
a { background-color: rgb(116,205,139); }
div.DivClassName
{
background-color: #74CD8B;
}
.BgClassName
{
background-color: #74CD8B;
}
</style>
border-color css
<style>
span { border-color: #74CD8B; }
span { border-color: rgb(116,205,139); }
td.TdClassName
{
border-color: #74CD8B;
}
.TagClassName
{
border-color: #74CD8B;
}
</style>