Shades of Apple #74C248
Tints of Apple #74C248
RGB
CMYK
RGB Variations
Color information
#74C248 (or 0x74C248) is known color: Apple. HEX triplet: 74, C2 and 48. RGB value is (116,194,72). Sum of RGB (Red+Green+Blue) = 116+194+72=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #74C248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C248 is #8B3DB7. Grayscale: #9D9D9D. Windows color (decimal): -9125304 or 4768372. OLE color: 4768372.
HSL color Cylindrical-coordinate representation of color #74C248: hue angle of 98.36º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74C248 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 72 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.24 |
| HSL | 98.36º | 0.5% | 0.52% | - |
| HSV(B) | 98.36º | 0.63% | 0.76% | - |
| XYZ | 27.66 | 42.76 | 12.93 | - |
| YUV | 156.77 | 80.16 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 72 | 0.40 | 0 | 0.63 | 0.24 | 98.36 | 0.5 | 0.52 |
| Hex | 74 | C2 | 48 | 28 | 0 | 3F | 18 | 62 | 32 | 34 |
| Octal | 164 | 302 | 110 | 50 | 0 | 77 | 30 | 142 | 62 | 64 |
| Binary | 1110100 | 11000010 | 1001000 | 101000 | 0 | 111111 | 11000 | 1100010 | 110010 | 110100 |
Color Harmonies of #74C248
Complementary color
Monochromatic Colors of #74C248
Black with #74C248
Text Example
Text Example
White with #74C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C248; }
p { color: rgb(116,194,72); }
H1.HeaderClassName
{
color: #74C248;
}
.AnyTagClassName
{
color: #74C248;
}
</style>
background-color css
<style>
a { background-color: #74C248; }
a { background-color: rgb(116,194,72); }
div.DivClassName
{
background-color: #74C248;
}
.BgClassName
{
background-color: #74C248;
}
</style>
border-color css
<style>
span { border-color: #74C248; }
span { border-color: rgb(116,194,72); }
td.TdClassName
{
border-color: #74C248;
}
.TagClassName
{
border-color: #74C248;
}
</style>