Shades of Apple #74C735
Tints of Apple #74C735
RGB
CMYK
RGB Variations
Color information
#74C735 (or 0x74C735) is known color: Apple. HEX triplet: 74, C7 and 35. RGB value is (116,199,53). Sum of RGB (Red+Green+Blue) = 116+199+53=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #74C735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C735 is #8B38CA. Grayscale: #9E9E9E. Windows color (decimal): -9124043 or 3524468. OLE color: 3524468.
HSL color Cylindrical-coordinate representation of color #74C735: hue angle of 94.11º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74C735 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 53 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.22 |
| HSL | 94.11º | 0.58% | 0.49% | - |
| HSV(B) | 94.11º | 0.73% | 0.78% | - |
| XYZ | 28.27 | 44.82 | 10.53 | - |
| YUV | 157.54 | 69 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 53 | 0.42 | 0 | 0.73 | 0.22 | 94.11 | 0.58 | 0.49 |
| Hex | 74 | C7 | 35 | 2A | 0 | 49 | 16 | 5E | 3A | 31 |
| Octal | 164 | 307 | 65 | 52 | 0 | 111 | 26 | 136 | 72 | 61 |
| Binary | 1110100 | 11000111 | 110101 | 101010 | 0 | 1001001 | 10110 | 1011110 | 111010 | 110001 |
Color Harmonies of #74C735
Complementary color
Monochromatic Colors of #74C735
Black with #74C735
Text Example
Text Example
White with #74C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C735; }
p { color: rgb(116,199,53); }
H1.HeaderClassName
{
color: #74C735;
}
.AnyTagClassName
{
color: #74C735;
}
</style>
background-color css
<style>
a { background-color: #74C735; }
a { background-color: rgb(116,199,53); }
div.DivClassName
{
background-color: #74C735;
}
.BgClassName
{
background-color: #74C735;
}
</style>
border-color css
<style>
span { border-color: #74C735; }
span { border-color: rgb(116,199,53); }
td.TdClassName
{
border-color: #74C735;
}
.TagClassName
{
border-color: #74C735;
}
</style>