Shades of Apple #4CBD41
Tints of Apple #4CBD41
RGB
CMYK
RGB Variations
Color information
#4CBD41 (or 0x4CBD41) is known color: Apple. HEX triplet: 4C, BD and 41. RGB value is (76,189,65). Sum of RGB (Red+Green+Blue) = 76+189+65=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBD41 is #B342BE. Grayscale: #8D8D8D. Windows color (decimal): -11748031 or 4308300. OLE color: 4308300.
HSL color Cylindrical-coordinate representation of color #4CBD41: hue angle of 114.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CBD41 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 65 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.26 |
| HSL | 114.68º | 0.49% | 0.5% | - |
| HSV(B) | 114.68º | 0.66% | 0.74% | - |
| XYZ | 22.13 | 38.31 | 11.23 | - |
| YUV | 141.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 65 | 0.60 | 0 | 0.66 | 0.26 | 114.68 | 0.49 | 0.5 |
| Hex | 4C | BD | 41 | 3C | 0 | 42 | 1A | 73 | 31 | 32 |
| Octal | 114 | 275 | 101 | 74 | 0 | 102 | 32 | 163 | 61 | 62 |
| Binary | 1001100 | 10111101 | 1000001 | 111100 | 0 | 1000010 | 11010 | 1110011 | 110001 | 110010 |
Color Harmonies of #4CBD41
Complementary color
Monochromatic Colors of #4CBD41
Black with #4CBD41
Text Example
Text Example
White with #4CBD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBD41; }
p { color: rgb(76,189,65); }
H1.HeaderClassName
{
color: #4CBD41;
}
.AnyTagClassName
{
color: #4CBD41;
}
</style>
background-color css
<style>
a { background-color: #4CBD41; }
a { background-color: rgb(76,189,65); }
div.DivClassName
{
background-color: #4CBD41;
}
.BgClassName
{
background-color: #4CBD41;
}
</style>
border-color css
<style>
span { border-color: #4CBD41; }
span { border-color: rgb(76,189,65); }
td.TdClassName
{
border-color: #4CBD41;
}
.TagClassName
{
border-color: #4CBD41;
}
</style>