Shades of Apple #74BF41
Tints of Apple #74BF41
RGB
CMYK
RGB Variations
Color information
#74BF41 (or 0x74BF41) is known color: Apple. HEX triplet: 74, BF and 41. RGB value is (116,191,65). Sum of RGB (Red+Green+Blue) = 116+191+65=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF41 is #8B40BE. Grayscale: #9A9A9A. Windows color (decimal): -9126079 or 4308852. OLE color: 4308852.
HSL color Cylindrical-coordinate representation of color #74BF41: hue angle of 95.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74BF41 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 65 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.25 |
| HSL | 95.71º | 0.5% | 0.5% | - |
| HSV(B) | 95.71º | 0.66% | 0.75% | - |
| XYZ | 26.79 | 41.36 | 11.57 | - |
| YUV | 154.21 | 77.65 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 65 | 0.39 | 0 | 0.66 | 0.25 | 95.71 | 0.5 | 0.5 |
| Hex | 74 | BF | 41 | 27 | 0 | 42 | 19 | 60 | 32 | 32 |
| Octal | 164 | 277 | 101 | 47 | 0 | 102 | 31 | 140 | 62 | 62 |
| Binary | 1110100 | 10111111 | 1000001 | 100111 | 0 | 1000010 | 11001 | 1100000 | 110010 | 110010 |
Color Harmonies of #74BF41
Complementary color
Monochromatic Colors of #74BF41
Black with #74BF41
Text Example
Text Example
White with #74BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF41; }
p { color: rgb(116,191,65); }
H1.HeaderClassName
{
color: #74BF41;
}
.AnyTagClassName
{
color: #74BF41;
}
</style>
background-color css
<style>
a { background-color: #74BF41; }
a { background-color: rgb(116,191,65); }
div.DivClassName
{
background-color: #74BF41;
}
.BgClassName
{
background-color: #74BF41;
}
</style>
border-color css
<style>
span { border-color: #74BF41; }
span { border-color: rgb(116,191,65); }
td.TdClassName
{
border-color: #74BF41;
}
.TagClassName
{
border-color: #74BF41;
}
</style>