Shades of De York #74BF80
Tints of De York #74BF80
RGB
CMYK
RGB Variations
Color information
#74BF80 (or 0x74BF80) is known color: De York. HEX triplet: 74, BF and 80. RGB value is (116,191,128). Sum of RGB (Red+Green+Blue) = 116+191+128=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF80 is #8B407F. Grayscale: #A1A1A1. Windows color (decimal): -9126016 or 8437620. OLE color: 8437620.
HSL color Cylindrical-coordinate representation of color #74BF80: hue angle of 129.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BF80 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 128 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.25 |
| HSL | 129.6º | 0.37% | 0.6% | - |
| HSV(B) | 129.6º | 0.39% | 0.75% | - |
| XYZ | 29.73 | 42.53 | 27.06 | - |
| YUV | 161.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 128 | 0.39 | 0 | 0.33 | 0.25 | 129.6 | 0.37 | 0.6 |
| Hex | 74 | BF | 80 | 27 | 0 | 21 | 19 | 82 | 25 | 3C |
| Octal | 164 | 277 | 200 | 47 | 0 | 41 | 31 | 202 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10000000 | 100111 | 0 | 100001 | 11001 | 10000010 | 100101 | 111100 |
Color Harmonies of #74BF80
Complementary color
Monochromatic Colors of #74BF80
Black with #74BF80
Text Example
Text Example
White with #74BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF80; }
p { color: rgb(116,191,128); }
H1.HeaderClassName
{
color: #74BF80;
}
.AnyTagClassName
{
color: #74BF80;
}
</style>
background-color css
<style>
a { background-color: #74BF80; }
a { background-color: rgb(116,191,128); }
div.DivClassName
{
background-color: #74BF80;
}
.BgClassName
{
background-color: #74BF80;
}
</style>
border-color css
<style>
span { border-color: #74BF80; }
span { border-color: rgb(116,191,128); }
td.TdClassName
{
border-color: #74BF80;
}
.TagClassName
{
border-color: #74BF80;
}
</style>