Shades of De York #74C37F
Tints of De York #74C37F
RGB
CMYK
RGB Variations
Color information
#74C37F (or 0x74C37F) is known color: De York. HEX triplet: 74, C3 and 7F. RGB value is (116,195,127). Sum of RGB (Red+Green+Blue) = 116+195+127=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #74C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C37F is #8B3C80. Grayscale: #A3A3A3. Windows color (decimal): -9124993 or 8373108. OLE color: 8373108.
HSL color Cylindrical-coordinate representation of color #74C37F: hue angle of 128.35º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C37F is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 127 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.24 |
| HSL | 128.35º | 0.4% | 0.61% | - |
| HSV(B) | 128.35º | 0.41% | 0.76% | - |
| XYZ | 30.55 | 44.28 | 27.01 | - |
| YUV | 163.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 127 | 0.41 | 0 | 0.35 | 0.24 | 128.35 | 0.4 | 0.61 |
| Hex | 74 | C3 | 7F | 29 | 0 | 23 | 18 | 80 | 28 | 3D |
| Octal | 164 | 303 | 177 | 51 | 0 | 43 | 30 | 200 | 50 | 75 |
| Binary | 1110100 | 11000011 | 1111111 | 101001 | 0 | 100011 | 11000 | 10000000 | 101000 | 111101 |
Color Harmonies of #74C37F
Complementary color
Monochromatic Colors of #74C37F
Black with #74C37F
Text Example
Text Example
White with #74C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C37F; }
p { color: rgb(116,195,127); }
H1.HeaderClassName
{
color: #74C37F;
}
.AnyTagClassName
{
color: #74C37F;
}
</style>
background-color css
<style>
a { background-color: #74C37F; }
a { background-color: rgb(116,195,127); }
div.DivClassName
{
background-color: #74C37F;
}
.BgClassName
{
background-color: #74C37F;
}
</style>
border-color css
<style>
span { border-color: #74C37F; }
span { border-color: rgb(116,195,127); }
td.TdClassName
{
border-color: #74C37F;
}
.TagClassName
{
border-color: #74C37F;
}
</style>