Shades of De York #74C481
Tints of De York #74C481
RGB
CMYK
RGB Variations
Color information
#74C481 (or 0x74C481) is known color: De York. HEX triplet: 74, C4 and 81. RGB value is (116,196,129). Sum of RGB (Red+Green+Blue) = 116+196+129=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #74C481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C481 is #8B3B7E. Grayscale: #A4A4A4. Windows color (decimal): -9124735 or 8504436. OLE color: 8504436.
HSL color Cylindrical-coordinate representation of color #74C481: hue angle of 129.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C481 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 129 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.23 |
| HSL | 129.75º | 0.4% | 0.61% | - |
| HSV(B) | 129.75º | 0.41% | 0.77% | - |
| XYZ | 30.9 | 44.78 | 27.78 | - |
| YUV | 164.44 | 108 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 129 | 0.41 | 0 | 0.34 | 0.23 | 129.75 | 0.4 | 0.61 |
| Hex | 74 | C4 | 81 | 29 | 0 | 22 | 17 | 82 | 28 | 3D |
| Octal | 164 | 304 | 201 | 51 | 0 | 42 | 27 | 202 | 50 | 75 |
| Binary | 1110100 | 11000100 | 10000001 | 101001 | 0 | 100010 | 10111 | 10000010 | 101000 | 111101 |
Color Harmonies of #74C481
Complementary color
Monochromatic Colors of #74C481
Black with #74C481
Text Example
Text Example
White with #74C481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C481; }
p { color: rgb(116,196,129); }
H1.HeaderClassName
{
color: #74C481;
}
.AnyTagClassName
{
color: #74C481;
}
</style>
background-color css
<style>
a { background-color: #74C481; }
a { background-color: rgb(116,196,129); }
div.DivClassName
{
background-color: #74C481;
}
.BgClassName
{
background-color: #74C481;
}
</style>
border-color css
<style>
span { border-color: #74C481; }
span { border-color: rgb(116,196,129); }
td.TdClassName
{
border-color: #74C481;
}
.TagClassName
{
border-color: #74C481;
}
</style>