Shades of Apple #74BB46
Tints of Apple #74BB46
RGB
CMYK
RGB Variations
Color information
#74BB46 (or 0x74BB46) is known color: Apple. HEX triplet: 74, BB and 46. RGB value is (116,187,70). Sum of RGB (Red+Green+Blue) = 116+187+70=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BB46 is #8B44B9. Grayscale: #989898. Windows color (decimal): -9127098 or 4635508. OLE color: 4635508.
HSL color Cylindrical-coordinate representation of color #74BB46: hue angle of 96.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74BB46 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 70 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.27 |
| HSL | 96.41º | 0.46% | 0.5% | - |
| HSV(B) | 96.41º | 0.63% | 0.73% | - |
| XYZ | 26.08 | 39.7 | 12.08 | - |
| YUV | 152.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 70 | 0.38 | 0 | 0.63 | 0.27 | 96.41 | 0.46 | 0.5 |
| Hex | 74 | BB | 46 | 26 | 0 | 3F | 1B | 60 | 2E | 32 |
| Octal | 164 | 273 | 106 | 46 | 0 | 77 | 33 | 140 | 56 | 62 |
| Binary | 1110100 | 10111011 | 1000110 | 100110 | 0 | 111111 | 11011 | 1100000 | 101110 | 110010 |
Color Harmonies of #74BB46
Complementary color
Monochromatic Colors of #74BB46
Black with #74BB46
Text Example
Text Example
White with #74BB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB46; }
p { color: rgb(116,187,70); }
H1.HeaderClassName
{
color: #74BB46;
}
.AnyTagClassName
{
color: #74BB46;
}
</style>
background-color css
<style>
a { background-color: #74BB46; }
a { background-color: rgb(116,187,70); }
div.DivClassName
{
background-color: #74BB46;
}
.BgClassName
{
background-color: #74BB46;
}
</style>
border-color css
<style>
span { border-color: #74BB46; }
span { border-color: rgb(116,187,70); }
td.TdClassName
{
border-color: #74BB46;
}
.TagClassName
{
border-color: #74BB46;
}
</style>