Shades of Apple #74C935
Tints of Apple #74C935
RGB
CMYK
RGB Variations
Color information
#74C935 (or 0x74C935) is known color: Apple. HEX triplet: 74, C9 and 35. RGB value is (116,201,53). Sum of RGB (Red+Green+Blue) = 116+201+53=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #74C935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C935 is #8B36CA. Grayscale: #9F9F9F. Windows color (decimal): -9123531 or 3524980. OLE color: 3524980.
HSL color Cylindrical-coordinate representation of color #74C935: hue angle of 94.46º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74C935 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 53 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.21 |
| HSL | 94.46º | 0.58% | 0.5% | - |
| HSV(B) | 94.46º | 0.74% | 0.79% | - |
| XYZ | 28.73 | 45.74 | 10.68 | - |
| YUV | 158.71 | 68.34 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 53 | 0.42 | 0 | 0.74 | 0.21 | 94.46 | 0.58 | 0.5 |
| Hex | 74 | C9 | 35 | 2A | 0 | 4A | 15 | 5E | 3A | 32 |
| Octal | 164 | 311 | 65 | 52 | 0 | 112 | 25 | 136 | 72 | 62 |
| Binary | 1110100 | 11001001 | 110101 | 101010 | 0 | 1001010 | 10101 | 1011110 | 111010 | 110010 |
Color Harmonies of #74C935
Complementary color
Monochromatic Colors of #74C935
Black with #74C935
Text Example
Text Example
White with #74C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C935; }
p { color: rgb(116,201,53); }
H1.HeaderClassName
{
color: #74C935;
}
.AnyTagClassName
{
color: #74C935;
}
</style>
background-color css
<style>
a { background-color: #74C935; }
a { background-color: rgb(116,201,53); }
div.DivClassName
{
background-color: #74C935;
}
.BgClassName
{
background-color: #74C935;
}
</style>
border-color css
<style>
span { border-color: #74C935; }
span { border-color: rgb(116,201,53); }
td.TdClassName
{
border-color: #74C935;
}
.TagClassName
{
border-color: #74C935;
}
</style>