Shades of Apple #74C936
Tints of Apple #74C936
RGB
CMYK
RGB Variations
Color information
#74C936 (or 0x74C936) is known color: Apple. HEX triplet: 74, C9 and 36. RGB value is (116,201,54). Sum of RGB (Red+Green+Blue) = 116+201+54=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #74C936 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C936 is #8B36C9. Grayscale: #9F9F9F. Windows color (decimal): -9123530 or 3590516. OLE color: 3590516.
HSL color Cylindrical-coordinate representation of color #74C936: hue angle of 94.69º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74C936 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 54 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.21 |
| HSL | 94.69º | 0.58% | 0.5% | - |
| HSV(B) | 94.69º | 0.73% | 0.79% | - |
| XYZ | 28.75 | 45.75 | 10.81 | - |
| YUV | 158.83 | 68.84 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 54 | 0.42 | 0 | 0.73 | 0.21 | 94.69 | 0.58 | 0.5 |
| Hex | 74 | C9 | 36 | 2A | 0 | 49 | 15 | 5F | 3A | 32 |
| Octal | 164 | 311 | 66 | 52 | 0 | 111 | 25 | 137 | 72 | 62 |
| Binary | 1110100 | 11001001 | 110110 | 101010 | 0 | 1001001 | 10101 | 1011111 | 111010 | 110010 |
Color Harmonies of #74C936
Complementary color
Monochromatic Colors of #74C936
Black with #74C936
Text Example
Text Example
White with #74C936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C936; }
p { color: rgb(116,201,54); }
H1.HeaderClassName
{
color: #74C936;
}
.AnyTagClassName
{
color: #74C936;
}
</style>
background-color css
<style>
a { background-color: #74C936; }
a { background-color: rgb(116,201,54); }
div.DivClassName
{
background-color: #74C936;
}
.BgClassName
{
background-color: #74C936;
}
</style>
border-color css
<style>
span { border-color: #74C936; }
span { border-color: rgb(116,201,54); }
td.TdClassName
{
border-color: #74C936;
}
.TagClassName
{
border-color: #74C936;
}
</style>