Shades of Apple #74CF32
Tints of Apple #74CF32
RGB
CMYK
RGB Variations
Color information
#74CF32 (or 0x74CF32) is known color: Apple. HEX triplet: 74, CF and 32. RGB value is (116,207,50). Sum of RGB (Red+Green+Blue) = 116+207+50=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CF32 is #8B30CD. Grayscale: #A2A2A2. Windows color (decimal): -9121998 or 3329908. OLE color: 3329908.
HSL color Cylindrical-coordinate representation of color #74CF32: hue angle of 94.78º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74CF32 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 50 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.19 |
| HSL | 94.78º | 0.62% | 0.5% | - |
| HSV(B) | 94.78º | 0.76% | 0.81% | - |
| XYZ | 30.09 | 48.57 | 10.81 | - |
| YUV | 161.89 | 64.85 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 50 | 0.44 | 0 | 0.76 | 0.19 | 94.78 | 0.62 | 0.5 |
| Hex | 74 | CF | 32 | 2C | 0 | 4C | 13 | 5F | 3E | 32 |
| Octal | 164 | 317 | 62 | 54 | 0 | 114 | 23 | 137 | 76 | 62 |
| Binary | 1110100 | 11001111 | 110010 | 101100 | 0 | 1001100 | 10011 | 1011111 | 111110 | 110010 |
Color Harmonies of #74CF32
Complementary color
Monochromatic Colors of #74CF32
Black with #74CF32
Text Example
Text Example
White with #74CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF32; }
p { color: rgb(116,207,50); }
H1.HeaderClassName
{
color: #74CF32;
}
.AnyTagClassName
{
color: #74CF32;
}
</style>
background-color css
<style>
a { background-color: #74CF32; }
a { background-color: rgb(116,207,50); }
div.DivClassName
{
background-color: #74CF32;
}
.BgClassName
{
background-color: #74CF32;
}
</style>
border-color css
<style>
span { border-color: #74CF32; }
span { border-color: rgb(116,207,50); }
td.TdClassName
{
border-color: #74CF32;
}
.TagClassName
{
border-color: #74CF32;
}
</style>