Shades of De York #74C27E
Tints of De York #74C27E
RGB
CMYK
RGB Variations
Color information
#74C27E (or 0x74C27E) is known color: De York. HEX triplet: 74, C2 and 7E. RGB value is (116,194,126). Sum of RGB (Red+Green+Blue) = 116+194+126=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #74C27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C27E is #8B3D81. Grayscale: #A3A3A3. Windows color (decimal): -9125250 or 8307316. OLE color: 8307316.
HSL color Cylindrical-coordinate representation of color #74C27E: hue angle of 127.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C27E is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 126 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.24 |
| HSL | 127.69º | 0.39% | 0.61% | - |
| HSV(B) | 127.69º | 0.4% | 0.76% | - |
| XYZ | 30.26 | 43.8 | 26.6 | - |
| YUV | 162.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 126 | 0.40 | 0 | 0.35 | 0.24 | 127.69 | 0.39 | 0.61 |
| Hex | 74 | C2 | 7E | 28 | 0 | 23 | 18 | 80 | 27 | 3D |
| Octal | 164 | 302 | 176 | 50 | 0 | 43 | 30 | 200 | 47 | 75 |
| Binary | 1110100 | 11000010 | 1111110 | 101000 | 0 | 100011 | 11000 | 10000000 | 100111 | 111101 |
Color Harmonies of #74C27E
Complementary color
Monochromatic Colors of #74C27E
Black with #74C27E
Text Example
Text Example
White with #74C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C27E; }
p { color: rgb(116,194,126); }
H1.HeaderClassName
{
color: #74C27E;
}
.AnyTagClassName
{
color: #74C27E;
}
</style>
background-color css
<style>
a { background-color: #74C27E; }
a { background-color: rgb(116,194,126); }
div.DivClassName
{
background-color: #74C27E;
}
.BgClassName
{
background-color: #74C27E;
}
</style>
border-color css
<style>
span { border-color: #74C27E; }
span { border-color: rgb(116,194,126); }
td.TdClassName
{
border-color: #74C27E;
}
.TagClassName
{
border-color: #74C27E;
}
</style>