Shades of Apple #74CD41
Tints of Apple #74CD41
RGB
CMYK
RGB Variations
Color information
#74CD41 (or 0x74CD41) is known color: Apple. HEX triplet: 74, CD and 41. RGB value is (116,205,65). Sum of RGB (Red+Green+Blue) = 116+205+65=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD41 is #8B32BE. Grayscale: #A2A2A2. Windows color (decimal): -9122495 or 4312436. OLE color: 4312436.
HSL color Cylindrical-coordinate representation of color #74CD41: hue angle of 98.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74CD41 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 65 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.20 |
| HSL | 98.14º | 0.58% | 0.53% | - |
| HSV(B) | 98.14º | 0.68% | 0.8% | - |
| XYZ | 29.99 | 47.76 | 12.64 | - |
| YUV | 162.43 | 73.01 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 65 | 0.43 | 0 | 0.68 | 0.20 | 98.14 | 0.58 | 0.53 |
| Hex | 74 | CD | 41 | 2B | 0 | 44 | 14 | 62 | 3A | 35 |
| Octal | 164 | 315 | 101 | 53 | 0 | 104 | 24 | 142 | 72 | 65 |
| Binary | 1110100 | 11001101 | 1000001 | 101011 | 0 | 1000100 | 10100 | 1100010 | 111010 | 110101 |
Color Harmonies of #74CD41
Complementary color
Monochromatic Colors of #74CD41
Black with #74CD41
Text Example
Text Example
White with #74CD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CD41; }
p { color: rgb(116,205,65); }
H1.HeaderClassName
{
color: #74CD41;
}
.AnyTagClassName
{
color: #74CD41;
}
</style>
background-color css
<style>
a { background-color: #74CD41; }
a { background-color: rgb(116,205,65); }
div.DivClassName
{
background-color: #74CD41;
}
.BgClassName
{
background-color: #74CD41;
}
</style>
border-color css
<style>
span { border-color: #74CD41; }
span { border-color: rgb(116,205,65); }
td.TdClassName
{
border-color: #74CD41;
}
.TagClassName
{
border-color: #74CD41;
}
</style>