Shades of De York #74D083
Tints of De York #74D083
RGB
CMYK
RGB Variations
Color information
#74D083 (or 0x74D083) is known color: De York. HEX triplet: 74, D0 and 83. RGB value is (116,208,131). Sum of RGB (Red+Green+Blue) = 116+208+131=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #74D083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D083 is #8B2F7C. Grayscale: #ABABAB. Windows color (decimal): -9121661 or 8638580. OLE color: 8638580.
HSL color Cylindrical-coordinate representation of color #74D083: hue angle of 129.78º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D083 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 131 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.18 |
| HSL | 129.78º | 0.49% | 0.64% | - |
| HSV(B) | 129.78º | 0.44% | 0.82% | - |
| XYZ | 33.86 | 50.46 | 29.43 | - |
| YUV | 171.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 131 | 0.44 | 0 | 0.37 | 0.18 | 129.78 | 0.49 | 0.64 |
| Hex | 74 | D0 | 83 | 2C | 0 | 25 | 12 | 82 | 31 | 40 |
| Octal | 164 | 320 | 203 | 54 | 0 | 45 | 22 | 202 | 61 | 100 |
| Binary | 1110100 | 11010000 | 10000011 | 101100 | 0 | 100101 | 10010 | 10000010 | 110001 | 1000000 |
Color Harmonies of #74D083
Complementary color
Monochromatic Colors of #74D083
Black with #74D083
Text Example
Text Example
White with #74D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D083; }
p { color: rgb(116,208,131); }
H1.HeaderClassName
{
color: #74D083;
}
.AnyTagClassName
{
color: #74D083;
}
</style>
background-color css
<style>
a { background-color: #74D083; }
a { background-color: rgb(116,208,131); }
div.DivClassName
{
background-color: #74D083;
}
.BgClassName
{
background-color: #74D083;
}
</style>
border-color css
<style>
span { border-color: #74D083; }
span { border-color: rgb(116,208,131); }
td.TdClassName
{
border-color: #74D083;
}
.TagClassName
{
border-color: #74D083;
}
</style>