Shades of Apple #74C732
Tints of Apple #74C732
RGB
CMYK
RGB Variations
Color information
#74C732 (or 0x74C732) is known color: Apple. HEX triplet: 74, C7 and 32. RGB value is (116,199,50). Sum of RGB (Red+Green+Blue) = 116+199+50=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 199 (78.12% from 255 or 54.52% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 199 - color contains mainly: green. Hex color #74C732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C732 is #8B38CD. Grayscale: #9D9D9D. Windows color (decimal): -9124046 or 3327860. OLE color: 3327860.
HSL color Cylindrical-coordinate representation of color #74C732: hue angle of 93.42º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74C732 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 50 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.22 |
| HSL | 93.42º | 0.6% | 0.49% | - |
| HSV(B) | 93.42º | 0.75% | 0.78% | - |
| XYZ | 28.2 | 44.79 | 10.18 | - |
| YUV | 157.2 | 67.5 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 50 | 0.42 | 0 | 0.75 | 0.22 | 93.42 | 0.6 | 0.49 |
| Hex | 74 | C7 | 32 | 2A | 0 | 4B | 16 | 5D | 3C | 31 |
| Octal | 164 | 307 | 62 | 52 | 0 | 113 | 26 | 135 | 74 | 61 |
| Binary | 1110100 | 11000111 | 110010 | 101010 | 0 | 1001011 | 10110 | 1011101 | 111100 | 110001 |
Color Harmonies of #74C732
Complementary color
Monochromatic Colors of #74C732
Black with #74C732
Text Example
Text Example
White with #74C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C732; }
p { color: rgb(116,199,50); }
H1.HeaderClassName
{
color: #74C732;
}
.AnyTagClassName
{
color: #74C732;
}
</style>
background-color css
<style>
a { background-color: #74C732; }
a { background-color: rgb(116,199,50); }
div.DivClassName
{
background-color: #74C732;
}
.BgClassName
{
background-color: #74C732;
}
</style>
border-color css
<style>
span { border-color: #74C732; }
span { border-color: rgb(116,199,50); }
td.TdClassName
{
border-color: #74C732;
}
.TagClassName
{
border-color: #74C732;
}
</style>