Shades of Apple #74B63F
Tints of Apple #74B63F
RGB
CMYK
RGB Variations
Color information
#74B63F (or 0x74B63F) is known color: Apple. HEX triplet: 74, B6 and 3F. RGB value is (116,182,63). Sum of RGB (Red+Green+Blue) = 116+182+63=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #74B63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B63F is #8B49C0. Grayscale: #959595. Windows color (decimal): -9128385 or 4175476. OLE color: 4175476.
HSL color Cylindrical-coordinate representation of color #74B63F: hue angle of 93.28º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74B63F is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 63 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.29 |
| HSL | 93.28º | 0.49% | 0.48% | - |
| HSV(B) | 93.28º | 0.65% | 0.71% | - |
| XYZ | 24.83 | 37.53 | 10.64 | - |
| YUV | 148.7 | 79.63 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 63 | 0.36 | 0 | 0.65 | 0.29 | 93.28 | 0.49 | 0.48 |
| Hex | 74 | B6 | 3F | 24 | 0 | 41 | 1D | 5D | 31 | 30 |
| Octal | 164 | 266 | 77 | 44 | 0 | 101 | 35 | 135 | 61 | 60 |
| Binary | 1110100 | 10110110 | 111111 | 100100 | 0 | 1000001 | 11101 | 1011101 | 110001 | 110000 |
Color Harmonies of #74B63F
Complementary color
Monochromatic Colors of #74B63F
Black with #74B63F
Text Example
Text Example
White with #74B63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B63F; }
p { color: rgb(116,182,63); }
H1.HeaderClassName
{
color: #74B63F;
}
.AnyTagClassName
{
color: #74B63F;
}
</style>
background-color css
<style>
a { background-color: #74B63F; }
a { background-color: rgb(116,182,63); }
div.DivClassName
{
background-color: #74B63F;
}
.BgClassName
{
background-color: #74B63F;
}
</style>
border-color css
<style>
span { border-color: #74B63F; }
span { border-color: rgb(116,182,63); }
td.TdClassName
{
border-color: #74B63F;
}
.TagClassName
{
border-color: #74B63F;
}
</style>