Shades of Apple #51CB49
Tints of Apple #51CB49
RGB
CMYK
RGB Variations
Color information
#51CB49 (or 0x51CB49) is known color: Apple. HEX triplet: 51, CB and 49. RGB value is (81,203,73). Sum of RGB (Red+Green+Blue) = 81+203+73=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #51CB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CB49 is #AE34B6. Grayscale: #989898. Windows color (decimal): -11416759 or 4836177. OLE color: 4836177.
HSL color Cylindrical-coordinate representation of color #51CB49: hue angle of 116.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51CB49 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 73 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.20 |
| HSL | 116.31º | 0.56% | 0.54% | - |
| HSV(B) | 116.31º | 0.64% | 0.8% | - |
| XYZ | 25.95 | 44.94 | 13.61 | - |
| YUV | 151.7 | 83.58 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 73 | 0.60 | 0 | 0.64 | 0.20 | 116.31 | 0.56 | 0.54 |
| Hex | 51 | CB | 49 | 3C | 0 | 40 | 14 | 74 | 38 | 36 |
| Octal | 121 | 313 | 111 | 74 | 0 | 100 | 24 | 164 | 70 | 66 |
| Binary | 1010001 | 11001011 | 1001001 | 111100 | 0 | 1000000 | 10100 | 1110100 | 111000 | 110110 |
Color Harmonies of #51CB49
Complementary color
Monochromatic Colors of #51CB49
Black with #51CB49
Text Example
Text Example
White with #51CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CB49; }
p { color: rgb(81,203,73); }
H1.HeaderClassName
{
color: #51CB49;
}
.AnyTagClassName
{
color: #51CB49;
}
</style>
background-color css
<style>
a { background-color: #51CB49; }
a { background-color: rgb(81,203,73); }
div.DivClassName
{
background-color: #51CB49;
}
.BgClassName
{
background-color: #51CB49;
}
</style>
border-color css
<style>
span { border-color: #51CB49; }
span { border-color: rgb(81,203,73); }
td.TdClassName
{
border-color: #51CB49;
}
.TagClassName
{
border-color: #51CB49;
}
</style>