Shades of Apple #74BF3E
Tints of Apple #74BF3E
RGB
CMYK
RGB Variations
Color information
#74BF3E (or 0x74BF3E) is known color: Apple. HEX triplet: 74, BF and 3E. RGB value is (116,191,62). Sum of RGB (Red+Green+Blue) = 116+191+62=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF3E is #8B40C1. Grayscale: #9A9A9A. Windows color (decimal): -9126082 or 4112244. OLE color: 4112244.
HSL color Cylindrical-coordinate representation of color #74BF3E: hue angle of 94.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74BF3E is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 62 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.25 |
| HSL | 94.88º | 0.51% | 0.5% | - |
| HSV(B) | 94.88º | 0.68% | 0.75% | - |
| XYZ | 26.7 | 41.32 | 11.13 | - |
| YUV | 153.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 62 | 0.39 | 0 | 0.68 | 0.25 | 94.88 | 0.51 | 0.5 |
| Hex | 74 | BF | 3E | 27 | 0 | 44 | 19 | 5F | 33 | 32 |
| Octal | 164 | 277 | 76 | 47 | 0 | 104 | 31 | 137 | 63 | 62 |
| Binary | 1110100 | 10111111 | 111110 | 100111 | 0 | 1000100 | 11001 | 1011111 | 110011 | 110010 |
Color Harmonies of #74BF3E
Complementary color
Monochromatic Colors of #74BF3E
Black with #74BF3E
Text Example
Text Example
White with #74BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF3E; }
p { color: rgb(116,191,62); }
H1.HeaderClassName
{
color: #74BF3E;
}
.AnyTagClassName
{
color: #74BF3E;
}
</style>
background-color css
<style>
a { background-color: #74BF3E; }
a { background-color: rgb(116,191,62); }
div.DivClassName
{
background-color: #74BF3E;
}
.BgClassName
{
background-color: #74BF3E;
}
</style>
border-color css
<style>
span { border-color: #74BF3E; }
span { border-color: rgb(116,191,62); }
td.TdClassName
{
border-color: #74BF3E;
}
.TagClassName
{
border-color: #74BF3E;
}
</style>