Shades of Apple #74BF3A
Tints of Apple #74BF3A
RGB
CMYK
RGB Variations
Color information
#74BF3A (or 0x74BF3A) is known color: Apple. HEX triplet: 74, BF and 3A. RGB value is (116,191,58). Sum of RGB (Red+Green+Blue) = 116+191+58=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF3A is #8B40C5. Grayscale: #999999. Windows color (decimal): -9126086 or 3850100. OLE color: 3850100.
HSL color Cylindrical-coordinate representation of color #74BF3A: hue angle of 93.83º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74BF3A is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 58 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.25 |
| HSL | 93.83º | 0.53% | 0.49% | - |
| HSV(B) | 93.83º | 0.7% | 0.75% | - |
| XYZ | 26.6 | 41.28 | 10.57 | - |
| YUV | 153.41 | 74.15 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 58 | 0.39 | 0 | 0.70 | 0.25 | 93.83 | 0.53 | 0.49 |
| Hex | 74 | BF | 3A | 27 | 0 | 46 | 19 | 5E | 35 | 31 |
| Octal | 164 | 277 | 72 | 47 | 0 | 106 | 31 | 136 | 65 | 61 |
| Binary | 1110100 | 10111111 | 111010 | 100111 | 0 | 1000110 | 11001 | 1011110 | 110101 | 110001 |
Color Harmonies of #74BF3A
Complementary color
Monochromatic Colors of #74BF3A
Black with #74BF3A
Text Example
Text Example
White with #74BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF3A; }
p { color: rgb(116,191,58); }
H1.HeaderClassName
{
color: #74BF3A;
}
.AnyTagClassName
{
color: #74BF3A;
}
</style>
background-color css
<style>
a { background-color: #74BF3A; }
a { background-color: rgb(116,191,58); }
div.DivClassName
{
background-color: #74BF3A;
}
.BgClassName
{
background-color: #74BF3A;
}
</style>
border-color css
<style>
span { border-color: #74BF3A; }
span { border-color: rgb(116,191,58); }
td.TdClassName
{
border-color: #74BF3A;
}
.TagClassName
{
border-color: #74BF3A;
}
</style>