Shades of Apple #74DA37
Tints of Apple #74DA37
RGB
CMYK
RGB Variations
Color information
#74DA37 (or 0x74DA37) is known color: Apple. HEX triplet: 74, DA and 37. RGB value is (116,218,55). Sum of RGB (Red+Green+Blue) = 116+218+55=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DA37 is #8B25C8. Grayscale: #A9A9A9. Windows color (decimal): -9119177 or 3660404. OLE color: 3660404.
HSL color Cylindrical-coordinate representation of color #74DA37: hue angle of 97.55º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74DA37 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 55 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.15 |
| HSL | 97.55º | 0.69% | 0.54% | - |
| HSV(B) | 97.55º | 0.75% | 0.85% | - |
| XYZ | 32.96 | 54.13 | 12.33 | - |
| YUV | 168.92 | 63.71 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 55 | 0.47 | 0 | 0.75 | 0.15 | 97.55 | 0.69 | 0.54 |
| Hex | 74 | DA | 37 | 2F | 0 | 4B | F | 62 | 45 | 36 |
| Octal | 164 | 332 | 67 | 57 | 0 | 113 | 17 | 142 | 105 | 66 |
| Binary | 1110100 | 11011010 | 110111 | 101111 | 0 | 1001011 | 1111 | 1100010 | 1000101 | 110110 |
Color Harmonies of #74DA37
Complementary color
Monochromatic Colors of #74DA37
Black with #74DA37
Text Example
Text Example
White with #74DA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA37; }
p { color: rgb(116,218,55); }
H1.HeaderClassName
{
color: #74DA37;
}
.AnyTagClassName
{
color: #74DA37;
}
</style>
background-color css
<style>
a { background-color: #74DA37; }
a { background-color: rgb(116,218,55); }
div.DivClassName
{
background-color: #74DA37;
}
.BgClassName
{
background-color: #74DA37;
}
</style>
border-color css
<style>
span { border-color: #74DA37; }
span { border-color: rgb(116,218,55); }
td.TdClassName
{
border-color: #74DA37;
}
.TagClassName
{
border-color: #74DA37;
}
</style>