Shades of Apple #51C13D
Tints of Apple #51C13D
RGB
CMYK
RGB Variations
Color information
#51C13D (or 0x51C13D) is known color: Apple. HEX triplet: 51, C1 and 3D. RGB value is (81,193,61). Sum of RGB (Red+Green+Blue) = 81+193+61=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #51C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51C13D is #AE3EC2. Grayscale: #909090. Windows color (decimal): -11419331 or 4047185. OLE color: 4047185.
HSL color Cylindrical-coordinate representation of color #51C13D: hue angle of 110.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51C13D is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 193 | 61 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.24 |
| HSL | 110.91º | 0.52% | 0.5% | - |
| HSV(B) | 110.91º | 0.68% | 0.76% | - |
| XYZ | 23.31 | 40.23 | 10.95 | - |
| YUV | 144.46 | 80.89 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 193 | 61 | 0.58 | 0 | 0.68 | 0.24 | 110.91 | 0.52 | 0.5 |
| Hex | 51 | C1 | 3D | 3A | 0 | 44 | 18 | 6F | 34 | 32 |
| Octal | 121 | 301 | 75 | 72 | 0 | 104 | 30 | 157 | 64 | 62 |
| Binary | 1010001 | 11000001 | 111101 | 111010 | 0 | 1000100 | 11000 | 1101111 | 110100 | 110010 |
Color Harmonies of #51C13D
Complementary color
Monochromatic Colors of #51C13D
Black with #51C13D
Text Example
Text Example
White with #51C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C13D; }
p { color: rgb(81,193,61); }
H1.HeaderClassName
{
color: #51C13D;
}
.AnyTagClassName
{
color: #51C13D;
}
</style>
background-color css
<style>
a { background-color: #51C13D; }
a { background-color: rgb(81,193,61); }
div.DivClassName
{
background-color: #51C13D;
}
.BgClassName
{
background-color: #51C13D;
}
</style>
border-color css
<style>
span { border-color: #51C13D; }
span { border-color: rgb(81,193,61); }
td.TdClassName
{
border-color: #51C13D;
}
.TagClassName
{
border-color: #51C13D;
}
</style>