Shades of Apple #74D935
Tints of Apple #74D935
RGB
CMYK
RGB Variations
Color information
#74D935 (or 0x74D935) is known color: Apple. HEX triplet: 74, D9 and 35. RGB value is (116,217,53). Sum of RGB (Red+Green+Blue) = 116+217+53=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #74D935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D935 is #8B26CA. Grayscale: #A8A8A8. Windows color (decimal): -9119435 or 3529076. OLE color: 3529076.
HSL color Cylindrical-coordinate representation of color #74D935: hue angle of 96.95º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74D935 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 53 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.15 |
| HSL | 96.95º | 0.68% | 0.53% | - |
| HSV(B) | 96.95º | 0.76% | 0.85% | - |
| XYZ | 32.66 | 53.6 | 11.99 | - |
| YUV | 168.11 | 63.04 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 53 | 0.47 | 0 | 0.76 | 0.15 | 96.95 | 0.68 | 0.53 |
| Hex | 74 | D9 | 35 | 2F | 0 | 4C | F | 61 | 44 | 35 |
| Octal | 164 | 331 | 65 | 57 | 0 | 114 | 17 | 141 | 104 | 65 |
| Binary | 1110100 | 11011001 | 110101 | 101111 | 0 | 1001100 | 1111 | 1100001 | 1000100 | 110101 |
Color Harmonies of #74D935
Complementary color
Monochromatic Colors of #74D935
Black with #74D935
Text Example
Text Example
White with #74D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D935; }
p { color: rgb(116,217,53); }
H1.HeaderClassName
{
color: #74D935;
}
.AnyTagClassName
{
color: #74D935;
}
</style>
background-color css
<style>
a { background-color: #74D935; }
a { background-color: rgb(116,217,53); }
div.DivClassName
{
background-color: #74D935;
}
.BgClassName
{
background-color: #74D935;
}
</style>
border-color css
<style>
span { border-color: #74D935; }
span { border-color: rgb(116,217,53); }
td.TdClassName
{
border-color: #74D935;
}
.TagClassName
{
border-color: #74D935;
}
</style>