Shades of Apple #4BAE35
Tints of Apple #4BAE35
RGB
CMYK
RGB Variations
Color information
#4BAE35 (or 0x4BAE35) is known color: Apple. HEX triplet: 4B, AE and 35. RGB value is (75,174,53). Sum of RGB (Red+Green+Blue) = 75+174+53=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE35 is #B451CA. Grayscale: #828282. Windows color (decimal): -11817419 or 3518027. OLE color: 3518027.
HSL color Cylindrical-coordinate representation of color #4BAE35: hue angle of 109.09º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BAE35 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 174 | 53 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.32 |
| HSL | 109.09º | 0.53% | 0.45% | - |
| HSV(B) | 109.09º | 0.7% | 0.68% | - |
| XYZ | 18.68 | 32.03 | 8.57 | - |
| YUV | 130.61 | 84.2 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 53 | 0.57 | 0 | 0.70 | 0.32 | 109.09 | 0.53 | 0.45 |
| Hex | 4B | AE | 35 | 39 | 0 | 46 | 20 | 6D | 35 | 2D |
| Octal | 113 | 256 | 65 | 71 | 0 | 106 | 40 | 155 | 65 | 55 |
| Binary | 1001011 | 10101110 | 110101 | 111001 | 0 | 1000110 | 100000 | 1101101 | 110101 | 101101 |
Color Harmonies of #4BAE35
Complementary color
Monochromatic Colors of #4BAE35
Black with #4BAE35
Text Example
Text Example
White with #4BAE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAE35; }
p { color: rgb(75,174,53); }
H1.HeaderClassName
{
color: #4BAE35;
}
.AnyTagClassName
{
color: #4BAE35;
}
</style>
background-color css
<style>
a { background-color: #4BAE35; }
a { background-color: rgb(75,174,53); }
div.DivClassName
{
background-color: #4BAE35;
}
.BgClassName
{
background-color: #4BAE35;
}
</style>
border-color css
<style>
span { border-color: #4BAE35; }
span { border-color: rgb(75,174,53); }
td.TdClassName
{
border-color: #4BAE35;
}
.TagClassName
{
border-color: #4BAE35;
}
</style>