Shades of Apple #74C93C
Tints of Apple #74C93C
RGB
CMYK
RGB Variations
Color information
#74C93C (or 0x74C93C) is known color: Apple. HEX triplet: 74, C9 and 3C. RGB value is (116,201,60). Sum of RGB (Red+Green+Blue) = 116+201+60=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #74C93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C93C is #8B36C3. Grayscale: #9F9F9F. Windows color (decimal): -9123524 or 3983732. OLE color: 3983732.
HSL color Cylindrical-coordinate representation of color #74C93C: hue angle of 96.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74C93C is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 60 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.21 |
| HSL | 96.17º | 0.57% | 0.51% | - |
| HSV(B) | 96.17º | 0.7% | 0.79% | - |
| XYZ | 28.9 | 45.81 | 11.59 | - |
| YUV | 159.51 | 71.84 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 60 | 0.42 | 0 | 0.70 | 0.21 | 96.17 | 0.57 | 0.51 |
| Hex | 74 | C9 | 3C | 2A | 0 | 46 | 15 | 60 | 39 | 33 |
| Octal | 164 | 311 | 74 | 52 | 0 | 106 | 25 | 140 | 71 | 63 |
| Binary | 1110100 | 11001001 | 111100 | 101010 | 0 | 1000110 | 10101 | 1100000 | 111001 | 110011 |
Color Harmonies of #74C93C
Complementary color
Monochromatic Colors of #74C93C
Black with #74C93C
Text Example
Text Example
White with #74C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C93C; }
p { color: rgb(116,201,60); }
H1.HeaderClassName
{
color: #74C93C;
}
.AnyTagClassName
{
color: #74C93C;
}
</style>
background-color css
<style>
a { background-color: #74C93C; }
a { background-color: rgb(116,201,60); }
div.DivClassName
{
background-color: #74C93C;
}
.BgClassName
{
background-color: #74C93C;
}
</style>
border-color css
<style>
span { border-color: #74C93C; }
span { border-color: rgb(116,201,60); }
td.TdClassName
{
border-color: #74C93C;
}
.TagClassName
{
border-color: #74C93C;
}
</style>