Shades of Apple #74C93D
Tints of Apple #74C93D
RGB
CMYK
RGB Variations
Color information
#74C93D (or 0x74C93D) is known color: Apple. HEX triplet: 74, C9 and 3D. RGB value is (116,201,61). Sum of RGB (Red+Green+Blue) = 116+201+61=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #74C93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C93D is #8B36C2. Grayscale: #A0A0A0. Windows color (decimal): -9123523 or 4049268. OLE color: 4049268.
HSL color Cylindrical-coordinate representation of color #74C93D: hue angle of 96.43º degrees, saturation: 0.56, 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 #74C93D is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 61 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.21 |
| HSL | 96.43º | 0.56% | 0.51% | - |
| HSV(B) | 96.43º | 0.7% | 0.79% | - |
| XYZ | 28.93 | 45.82 | 11.73 | - |
| YUV | 159.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 61 | 0.42 | 0 | 0.70 | 0.21 | 96.43 | 0.56 | 0.51 |
| Hex | 74 | C9 | 3D | 2A | 0 | 46 | 15 | 60 | 38 | 33 |
| Octal | 164 | 311 | 75 | 52 | 0 | 106 | 25 | 140 | 70 | 63 |
| Binary | 1110100 | 11001001 | 111101 | 101010 | 0 | 1000110 | 10101 | 1100000 | 111000 | 110011 |
Color Harmonies of #74C93D
Complementary color
Monochromatic Colors of #74C93D
Black with #74C93D
Text Example
Text Example
White with #74C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C93D; }
p { color: rgb(116,201,61); }
H1.HeaderClassName
{
color: #74C93D;
}
.AnyTagClassName
{
color: #74C93D;
}
</style>
background-color css
<style>
a { background-color: #74C93D; }
a { background-color: rgb(116,201,61); }
div.DivClassName
{
background-color: #74C93D;
}
.BgClassName
{
background-color: #74C93D;
}
</style>
border-color css
<style>
span { border-color: #74C93D; }
span { border-color: rgb(116,201,61); }
td.TdClassName
{
border-color: #74C93D;
}
.TagClassName
{
border-color: #74C93D;
}
</style>