Shades of Apple #74BF37
Tints of Apple #74BF37
RGB
CMYK
RGB Variations
Color information
#74BF37 (or 0x74BF37) is known color: Apple. HEX triplet: 74, BF and 37. RGB value is (116,191,55). Sum of RGB (Red+Green+Blue) = 116+191+55=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF37 is #8B40C8. Grayscale: #999999. Windows color (decimal): -9126089 or 3653492. OLE color: 3653492.
HSL color Cylindrical-coordinate representation of color #74BF37: hue angle of 93.09º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74BF37 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 55 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.25 |
| HSL | 93.09º | 0.55% | 0.48% | - |
| HSV(B) | 93.09º | 0.71% | 0.75% | - |
| XYZ | 26.52 | 41.25 | 10.18 | - |
| YUV | 153.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 55 | 0.39 | 0 | 0.71 | 0.25 | 93.09 | 0.55 | 0.48 |
| Hex | 74 | BF | 37 | 27 | 0 | 47 | 19 | 5D | 37 | 30 |
| Octal | 164 | 277 | 67 | 47 | 0 | 107 | 31 | 135 | 67 | 60 |
| Binary | 1110100 | 10111111 | 110111 | 100111 | 0 | 1000111 | 11001 | 1011101 | 110111 | 110000 |
Color Harmonies of #74BF37
Complementary color
Monochromatic Colors of #74BF37
Black with #74BF37
Text Example
Text Example
White with #74BF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF37; }
p { color: rgb(116,191,55); }
H1.HeaderClassName
{
color: #74BF37;
}
.AnyTagClassName
{
color: #74BF37;
}
</style>
background-color css
<style>
a { background-color: #74BF37; }
a { background-color: rgb(116,191,55); }
div.DivClassName
{
background-color: #74BF37;
}
.BgClassName
{
background-color: #74BF37;
}
</style>
border-color css
<style>
span { border-color: #74BF37; }
span { border-color: rgb(116,191,55); }
td.TdClassName
{
border-color: #74BF37;
}
.TagClassName
{
border-color: #74BF37;
}
</style>