Shades of Apple #74C43B
Tints of Apple #74C43B
RGB
CMYK
RGB Variations
Color information
#74C43B (or 0x74C43B) is known color: Apple. HEX triplet: 74, C4 and 3B. RGB value is (116,196,59). Sum of RGB (Red+Green+Blue) = 116+196+59=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #74C43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C43B is #8B3BC4. Grayscale: #9C9C9C. Windows color (decimal): -9124805 or 3916916. OLE color: 3916916.
HSL color Cylindrical-coordinate representation of color #74C43B: hue angle of 95.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74C43B is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 59 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.23 |
| HSL | 95.04º | 0.54% | 0.5% | - |
| HSV(B) | 95.04º | 0.7% | 0.77% | - |
| XYZ | 27.73 | 43.51 | 11.07 | - |
| YUV | 156.46 | 73 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 59 | 0.41 | 0 | 0.70 | 0.23 | 95.04 | 0.54 | 0.5 |
| Hex | 74 | C4 | 3B | 29 | 0 | 46 | 17 | 5F | 36 | 32 |
| Octal | 164 | 304 | 73 | 51 | 0 | 106 | 27 | 137 | 66 | 62 |
| Binary | 1110100 | 11000100 | 111011 | 101001 | 0 | 1000110 | 10111 | 1011111 | 110110 | 110010 |
Color Harmonies of #74C43B
Complementary color
Monochromatic Colors of #74C43B
Black with #74C43B
Text Example
Text Example
White with #74C43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C43B; }
p { color: rgb(116,196,59); }
H1.HeaderClassName
{
color: #74C43B;
}
.AnyTagClassName
{
color: #74C43B;
}
</style>
background-color css
<style>
a { background-color: #74C43B; }
a { background-color: rgb(116,196,59); }
div.DivClassName
{
background-color: #74C43B;
}
.BgClassName
{
background-color: #74C43B;
}
</style>
border-color css
<style>
span { border-color: #74C43B; }
span { border-color: rgb(116,196,59); }
td.TdClassName
{
border-color: #74C43B;
}
.TagClassName
{
border-color: #74C43B;
}
</style>