Shades of Apple #74BF40
Tints of Apple #74BF40
RGB
CMYK
RGB Variations
Color information
#74BF40 (or 0x74BF40) is known color: Apple. HEX triplet: 74, BF and 40. RGB value is (116,191,64). Sum of RGB (Red+Green+Blue) = 116+191+64=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF40 is #8B40BF. Grayscale: #9A9A9A. Windows color (decimal): -9126080 or 4243316. OLE color: 4243316.
HSL color Cylindrical-coordinate representation of color #74BF40: hue angle of 95.43º 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 #74BF40 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 64 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.25 |
| HSL | 95.43º | 0.5% | 0.5% | - |
| HSV(B) | 95.43º | 0.66% | 0.75% | - |
| XYZ | 26.76 | 41.34 | 11.42 | - |
| YUV | 154.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 64 | 0.39 | 0 | 0.66 | 0.25 | 95.43 | 0.5 | 0.5 |
| Hex | 74 | BF | 40 | 27 | 0 | 42 | 19 | 5F | 32 | 32 |
| Octal | 164 | 277 | 100 | 47 | 0 | 102 | 31 | 137 | 62 | 62 |
| Binary | 1110100 | 10111111 | 1000000 | 100111 | 0 | 1000010 | 11001 | 1011111 | 110010 | 110010 |
Color Harmonies of #74BF40
Complementary color
Monochromatic Colors of #74BF40
Black with #74BF40
Text Example
Text Example
White with #74BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF40; }
p { color: rgb(116,191,64); }
H1.HeaderClassName
{
color: #74BF40;
}
.AnyTagClassName
{
color: #74BF40;
}
</style>
background-color css
<style>
a { background-color: #74BF40; }
a { background-color: rgb(116,191,64); }
div.DivClassName
{
background-color: #74BF40;
}
.BgClassName
{
background-color: #74BF40;
}
</style>
border-color css
<style>
span { border-color: #74BF40; }
span { border-color: rgb(116,191,64); }
td.TdClassName
{
border-color: #74BF40;
}
.TagClassName
{
border-color: #74BF40;
}
</style>