Shades of Apple #51A13D
Tints of Apple #51A13D
RGB
CMYK
RGB Variations
Color information
#51A13D (or 0x51A13D) is known color: Apple. HEX triplet: 51, A1 and 3D. RGB value is (81,161,61). Sum of RGB (Red+Green+Blue) = 81+161+61=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #51A13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A13D is #AE5EC2. Grayscale: #7D7D7D. Windows color (decimal): -11427523 or 4038993. OLE color: 4038993.
HSL color Cylindrical-coordinate representation of color #51A13D: hue angle of 108º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51A13D is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 161 | 61 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.37 |
| HSL | 108º | 0.45% | 0.44% | - |
| HSV(B) | 108º | 0.62% | 0.63% | - |
| XYZ | 16.98 | 27.58 | 8.84 | - |
| YUV | 125.68 | 91.5 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 61 | 0.50 | 0 | 0.62 | 0.37 | 108 | 0.45 | 0.44 |
| Hex | 51 | A1 | 3D | 32 | 0 | 3E | 25 | 6C | 2D | 2C |
| Octal | 121 | 241 | 75 | 62 | 0 | 76 | 45 | 154 | 55 | 54 |
| Binary | 1010001 | 10100001 | 111101 | 110010 | 0 | 111110 | 100101 | 1101100 | 101101 | 101100 |
Color Harmonies of #51A13D
Complementary color
Monochromatic Colors of #51A13D
Black with #51A13D
Text Example
Text Example
White with #51A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A13D; }
p { color: rgb(81,161,61); }
H1.HeaderClassName
{
color: #51A13D;
}
.AnyTagClassName
{
color: #51A13D;
}
</style>
background-color css
<style>
a { background-color: #51A13D; }
a { background-color: rgb(81,161,61); }
div.DivClassName
{
background-color: #51A13D;
}
.BgClassName
{
background-color: #51A13D;
}
</style>
border-color css
<style>
span { border-color: #51A13D; }
span { border-color: rgb(81,161,61); }
td.TdClassName
{
border-color: #51A13D;
}
.TagClassName
{
border-color: #51A13D;
}
</style>