Shades of Apple #74CB41
Tints of Apple #74CB41
RGB
CMYK
RGB Variations
Color information
#74CB41 (or 0x74CB41) is known color: Apple. HEX triplet: 74, CB and 41. RGB value is (116,203,65). Sum of RGB (Red+Green+Blue) = 116+203+65=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CB41 is #8B34BE. Grayscale: #A1A1A1. Windows color (decimal): -9123007 or 4311924. OLE color: 4311924.
HSL color Cylindrical-coordinate representation of color #74CB41: hue angle of 97.83º degrees, saturation: 0.57, 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 #74CB41 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 65 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.20 |
| HSL | 97.83º | 0.57% | 0.53% | - |
| HSV(B) | 97.83º | 0.68% | 0.8% | - |
| XYZ | 29.51 | 46.81 | 12.48 | - |
| YUV | 161.26 | 73.68 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 65 | 0.43 | 0 | 0.68 | 0.20 | 97.83 | 0.57 | 0.53 |
| Hex | 74 | CB | 41 | 2B | 0 | 44 | 14 | 62 | 39 | 35 |
| Octal | 164 | 313 | 101 | 53 | 0 | 104 | 24 | 142 | 71 | 65 |
| Binary | 1110100 | 11001011 | 1000001 | 101011 | 0 | 1000100 | 10100 | 1100010 | 111001 | 110101 |
Color Harmonies of #74CB41
Complementary color
Monochromatic Colors of #74CB41
Black with #74CB41
Text Example
Text Example
White with #74CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB41; }
p { color: rgb(116,203,65); }
H1.HeaderClassName
{
color: #74CB41;
}
.AnyTagClassName
{
color: #74CB41;
}
</style>
background-color css
<style>
a { background-color: #74CB41; }
a { background-color: rgb(116,203,65); }
div.DivClassName
{
background-color: #74CB41;
}
.BgClassName
{
background-color: #74CB41;
}
</style>
border-color css
<style>
span { border-color: #74CB41; }
span { border-color: rgb(116,203,65); }
td.TdClassName
{
border-color: #74CB41;
}
.TagClassName
{
border-color: #74CB41;
}
</style>