Shades of Apple #51AA3A
Tints of Apple #51AA3A
RGB
CMYK
RGB Variations
Color information
#51AA3A (or 0x51AA3A) is known color: Apple. HEX triplet: 51, AA and 3A. RGB value is (81,170,58). Sum of RGB (Red+Green+Blue) = 81+170+58=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #51AA3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51AA3A is #AE55C5. Grayscale: #828282. Windows color (decimal): -11425222 or 3844689. OLE color: 3844689.
HSL color Cylindrical-coordinate representation of color #51AA3A: hue angle of 107.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51AA3A is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 170 | 58 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.33 |
| HSL | 107.68º | 0.49% | 0.45% | - |
| HSV(B) | 107.68º | 0.66% | 0.67% | - |
| XYZ | 18.53 | 30.8 | 8.97 | - |
| YUV | 130.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 170 | 58 | 0.52 | 0 | 0.66 | 0.33 | 107.68 | 0.49 | 0.45 |
| Hex | 51 | AA | 3A | 34 | 0 | 42 | 21 | 6C | 31 | 2D |
| Octal | 121 | 252 | 72 | 64 | 0 | 102 | 41 | 154 | 61 | 55 |
| Binary | 1010001 | 10101010 | 111010 | 110100 | 0 | 1000010 | 100001 | 1101100 | 110001 | 101101 |
Color Harmonies of #51AA3A
Complementary color
Monochromatic Colors of #51AA3A
Black with #51AA3A
Text Example
Text Example
White with #51AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AA3A; }
p { color: rgb(81,170,58); }
H1.HeaderClassName
{
color: #51AA3A;
}
.AnyTagClassName
{
color: #51AA3A;
}
</style>
background-color css
<style>
a { background-color: #51AA3A; }
a { background-color: rgb(81,170,58); }
div.DivClassName
{
background-color: #51AA3A;
}
.BgClassName
{
background-color: #51AA3A;
}
</style>
border-color css
<style>
span { border-color: #51AA3A; }
span { border-color: rgb(81,170,58); }
td.TdClassName
{
border-color: #51AA3A;
}
.TagClassName
{
border-color: #51AA3A;
}
</style>