Shades of Apple #74C733
Tints of Apple #74C733
RGB
CMYK
RGB Variations
Color information
#74C733 (or 0x74C733) is known color: Apple. HEX triplet: 74, C7 and 33. RGB value is (116,199,51). Sum of RGB (Red+Green+Blue) = 116+199+51=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 199 (78.12% from 255 or 54.37% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 199 - color contains mainly: green. Hex color #74C733 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C733 is #8B38CC. Grayscale: #9D9D9D. Windows color (decimal): -9124045 or 3393396. OLE color: 3393396.
HSL color Cylindrical-coordinate representation of color #74C733: hue angle of 93.65º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74C733 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 51 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.22 |
| HSL | 93.65º | 0.59% | 0.49% | - |
| HSV(B) | 93.65º | 0.74% | 0.78% | - |
| XYZ | 28.22 | 44.8 | 10.29 | - |
| YUV | 157.31 | 68 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 51 | 0.42 | 0 | 0.74 | 0.22 | 93.65 | 0.59 | 0.49 |
| Hex | 74 | C7 | 33 | 2A | 0 | 4A | 16 | 5E | 3B | 31 |
| Octal | 164 | 307 | 63 | 52 | 0 | 112 | 26 | 136 | 73 | 61 |
| Binary | 1110100 | 11000111 | 110011 | 101010 | 0 | 1001010 | 10110 | 1011110 | 111011 | 110001 |
Color Harmonies of #74C733
Complementary color
Monochromatic Colors of #74C733
Black with #74C733
Text Example
Text Example
White with #74C733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C733; }
p { color: rgb(116,199,51); }
H1.HeaderClassName
{
color: #74C733;
}
.AnyTagClassName
{
color: #74C733;
}
</style>
background-color css
<style>
a { background-color: #74C733; }
a { background-color: rgb(116,199,51); }
div.DivClassName
{
background-color: #74C733;
}
.BgClassName
{
background-color: #74C733;
}
</style>
border-color css
<style>
span { border-color: #74C733; }
span { border-color: rgb(116,199,51); }
td.TdClassName
{
border-color: #74C733;
}
.TagClassName
{
border-color: #74C733;
}
</style>