Shades of Apple #74C140
Tints of Apple #74C140
RGB
CMYK
RGB Variations
Color information
#74C140 (or 0x74C140) is known color: Apple. HEX triplet: 74, C1 and 40. RGB value is (116,193,64). Sum of RGB (Red+Green+Blue) = 116+193+64=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #74C140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C140 is #8B3EBF. Grayscale: #9B9B9B. Windows color (decimal): -9125568 or 4243828. OLE color: 4243828.
HSL color Cylindrical-coordinate representation of color #74C140: hue angle of 95.81º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74C140 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 64 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.24 |
| HSL | 95.81º | 0.51% | 0.5% | - |
| HSV(B) | 95.81º | 0.67% | 0.76% | - |
| XYZ | 27.2 | 42.22 | 11.57 | - |
| YUV | 155.27 | 76.49 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 64 | 0.40 | 0 | 0.67 | 0.24 | 95.81 | 0.51 | 0.5 |
| Hex | 74 | C1 | 40 | 28 | 0 | 43 | 18 | 60 | 33 | 32 |
| Octal | 164 | 301 | 100 | 50 | 0 | 103 | 30 | 140 | 63 | 62 |
| Binary | 1110100 | 11000001 | 1000000 | 101000 | 0 | 1000011 | 11000 | 1100000 | 110011 | 110010 |
Color Harmonies of #74C140
Complementary color
Monochromatic Colors of #74C140
Black with #74C140
Text Example
Text Example
White with #74C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C140; }
p { color: rgb(116,193,64); }
H1.HeaderClassName
{
color: #74C140;
}
.AnyTagClassName
{
color: #74C140;
}
</style>
background-color css
<style>
a { background-color: #74C140; }
a { background-color: rgb(116,193,64); }
div.DivClassName
{
background-color: #74C140;
}
.BgClassName
{
background-color: #74C140;
}
</style>
border-color css
<style>
span { border-color: #74C140; }
span { border-color: rgb(116,193,64); }
td.TdClassName
{
border-color: #74C140;
}
.TagClassName
{
border-color: #74C140;
}
</style>