Shades of Apple #74BF45
Tints of Apple #74BF45
RGB
CMYK
RGB Variations
Color information
#74BF45 (or 0x74BF45) is known color: Apple. HEX triplet: 74, BF and 45. RGB value is (116,191,69). Sum of RGB (Red+Green+Blue) = 116+191+69=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF45 is #8B40BA. Grayscale: #9B9B9B. Windows color (decimal): -9126075 or 4570996. OLE color: 4570996.
HSL color Cylindrical-coordinate representation of color #74BF45: hue angle of 96.89º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74BF45 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 69 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.25 |
| HSL | 96.89º | 0.49% | 0.51% | - |
| HSV(B) | 96.89º | 0.64% | 0.75% | - |
| XYZ | 26.91 | 41.4 | 12.2 | - |
| YUV | 154.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 69 | 0.39 | 0 | 0.64 | 0.25 | 96.89 | 0.49 | 0.51 |
| Hex | 74 | BF | 45 | 27 | 0 | 40 | 19 | 61 | 31 | 33 |
| Octal | 164 | 277 | 105 | 47 | 0 | 100 | 31 | 141 | 61 | 63 |
| Binary | 1110100 | 10111111 | 1000101 | 100111 | 0 | 1000000 | 11001 | 1100001 | 110001 | 110011 |
Color Harmonies of #74BF45
Complementary color
Monochromatic Colors of #74BF45
Black with #74BF45
Text Example
Text Example
White with #74BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF45; }
p { color: rgb(116,191,69); }
H1.HeaderClassName
{
color: #74BF45;
}
.AnyTagClassName
{
color: #74BF45;
}
</style>
background-color css
<style>
a { background-color: #74BF45; }
a { background-color: rgb(116,191,69); }
div.DivClassName
{
background-color: #74BF45;
}
.BgClassName
{
background-color: #74BF45;
}
</style>
border-color css
<style>
span { border-color: #74BF45; }
span { border-color: rgb(116,191,69); }
td.TdClassName
{
border-color: #74BF45;
}
.TagClassName
{
border-color: #74BF45;
}
</style>