Shades of Apple #74BE40
Tints of Apple #74BE40
RGB
CMYK
RGB Variations
Color information
#74BE40 (or 0x74BE40) is known color: Apple. HEX triplet: 74, BE and 40. RGB value is (116,190,64). Sum of RGB (Red+Green+Blue) = 116+190+64=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE40 is #8B41BF. Grayscale: #999999. Windows color (decimal): -9126336 or 4243060. OLE color: 4243060.
HSL color Cylindrical-coordinate representation of color #74BE40: hue angle of 95.24º 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 #74BE40 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 64 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.25 |
| HSL | 95.24º | 0.5% | 0.5% | - |
| HSV(B) | 95.24º | 0.66% | 0.75% | - |
| XYZ | 26.54 | 40.91 | 11.35 | - |
| YUV | 153.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 64 | 0.39 | 0 | 0.66 | 0.25 | 95.24 | 0.5 | 0.5 |
| Hex | 74 | BE | 40 | 27 | 0 | 42 | 19 | 5F | 32 | 32 |
| Octal | 164 | 276 | 100 | 47 | 0 | 102 | 31 | 137 | 62 | 62 |
| Binary | 1110100 | 10111110 | 1000000 | 100111 | 0 | 1000010 | 11001 | 1011111 | 110010 | 110010 |
Color Harmonies of #74BE40
Complementary color
Monochromatic Colors of #74BE40
Black with #74BE40
Text Example
Text Example
White with #74BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BE40; }
p { color: rgb(116,190,64); }
H1.HeaderClassName
{
color: #74BE40;
}
.AnyTagClassName
{
color: #74BE40;
}
</style>
background-color css
<style>
a { background-color: #74BE40; }
a { background-color: rgb(116,190,64); }
div.DivClassName
{
background-color: #74BE40;
}
.BgClassName
{
background-color: #74BE40;
}
</style>
border-color css
<style>
span { border-color: #74BE40; }
span { border-color: rgb(116,190,64); }
td.TdClassName
{
border-color: #74BE40;
}
.TagClassName
{
border-color: #74BE40;
}
</style>