Shades of De York #74C27D
Tints of De York #74C27D
RGB
CMYK
RGB Variations
Color information
#74C27D (or 0x74C27D) is known color: De York. HEX triplet: 74, C2 and 7D. RGB value is (116,194,125). Sum of RGB (Red+Green+Blue) = 116+194+125=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #74C27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C27D is #8B3D82. Grayscale: #A3A3A3. Windows color (decimal): -9125251 or 8241780. OLE color: 8241780.
HSL color Cylindrical-coordinate representation of color #74C27D: hue angle of 126.92º 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 #74C27D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 125 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.24 |
| HSL | 126.92º | 0.39% | 0.61% | - |
| HSV(B) | 126.92º | 0.4% | 0.76% | - |
| XYZ | 30.2 | 43.78 | 26.26 | - |
| YUV | 162.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 125 | 0.40 | 0 | 0.36 | 0.24 | 126.92 | 0.39 | 0.61 |
| Hex | 74 | C2 | 7D | 28 | 0 | 24 | 18 | 7F | 27 | 3D |
| Octal | 164 | 302 | 175 | 50 | 0 | 44 | 30 | 177 | 47 | 75 |
| Binary | 1110100 | 11000010 | 1111101 | 101000 | 0 | 100100 | 11000 | 1111111 | 100111 | 111101 |
Color Harmonies of #74C27D
Complementary color
Monochromatic Colors of #74C27D
Black with #74C27D
Text Example
Text Example
White with #74C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C27D; }
p { color: rgb(116,194,125); }
H1.HeaderClassName
{
color: #74C27D;
}
.AnyTagClassName
{
color: #74C27D;
}
</style>
background-color css
<style>
a { background-color: #74C27D; }
a { background-color: rgb(116,194,125); }
div.DivClassName
{
background-color: #74C27D;
}
.BgClassName
{
background-color: #74C27D;
}
</style>
border-color css
<style>
span { border-color: #74C27D; }
span { border-color: rgb(116,194,125); }
td.TdClassName
{
border-color: #74C27D;
}
.TagClassName
{
border-color: #74C27D;
}
</style>