Shades of Apple #74BD42
Tints of Apple #74BD42
RGB
CMYK
RGB Variations
Color information
#74BD42 (or 0x74BD42) is known color: Apple. HEX triplet: 74, BD and 42. RGB value is (116,189,66). Sum of RGB (Red+Green+Blue) = 116+189+66=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BD42 is #8B42BD. Grayscale: #999999. Windows color (decimal): -9126590 or 4373876. OLE color: 4373876.
HSL color Cylindrical-coordinate representation of color #74BD42: hue angle of 95.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74BD42 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 66 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.26 |
| HSL | 95.61º | 0.48% | 0.5% | - |
| HSV(B) | 95.61º | 0.65% | 0.74% | - |
| XYZ | 26.38 | 40.5 | 11.58 | - |
| YUV | 153.15 | 78.82 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 66 | 0.39 | 0 | 0.65 | 0.26 | 95.61 | 0.48 | 0.5 |
| Hex | 74 | BD | 42 | 27 | 0 | 41 | 1A | 60 | 30 | 32 |
| Octal | 164 | 275 | 102 | 47 | 0 | 101 | 32 | 140 | 60 | 62 |
| Binary | 1110100 | 10111101 | 1000010 | 100111 | 0 | 1000001 | 11010 | 1100000 | 110000 | 110010 |
Color Harmonies of #74BD42
Complementary color
Monochromatic Colors of #74BD42
Black with #74BD42
Text Example
Text Example
White with #74BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD42; }
p { color: rgb(116,189,66); }
H1.HeaderClassName
{
color: #74BD42;
}
.AnyTagClassName
{
color: #74BD42;
}
</style>
background-color css
<style>
a { background-color: #74BD42; }
a { background-color: rgb(116,189,66); }
div.DivClassName
{
background-color: #74BD42;
}
.BgClassName
{
background-color: #74BD42;
}
</style>
border-color css
<style>
span { border-color: #74BD42; }
span { border-color: rgb(116,189,66); }
td.TdClassName
{
border-color: #74BD42;
}
.TagClassName
{
border-color: #74BD42;
}
</style>