Shades of Apple #51BB42
Tints of Apple #51BB42
RGB
CMYK
RGB Variations
Color information
#51BB42 (or 0x51BB42) is known color: Apple. HEX triplet: 51, BB and 42. RGB value is (81,187,66). Sum of RGB (Red+Green+Blue) = 81+187+66=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #51BB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BB42 is #AE44BD. Grayscale: #8D8D8D. Windows color (decimal): -11420862 or 4373329. OLE color: 4373329.
HSL color Cylindrical-coordinate representation of color #51BB42: hue angle of 112.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51BB42 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 187 | 66 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.27 |
| HSL | 112.56º | 0.48% | 0.5% | - |
| HSV(B) | 112.56º | 0.65% | 0.73% | - |
| XYZ | 22.15 | 37.68 | 11.26 | - |
| YUV | 141.51 | 85.38 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 66 | 0.57 | 0 | 0.65 | 0.27 | 112.56 | 0.48 | 0.5 |
| Hex | 51 | BB | 42 | 39 | 0 | 41 | 1B | 71 | 30 | 32 |
| Octal | 121 | 273 | 102 | 71 | 0 | 101 | 33 | 161 | 60 | 62 |
| Binary | 1010001 | 10111011 | 1000010 | 111001 | 0 | 1000001 | 11011 | 1110001 | 110000 | 110010 |
Color Harmonies of #51BB42
Complementary color
Monochromatic Colors of #51BB42
Black with #51BB42
Text Example
Text Example
White with #51BB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BB42; }
p { color: rgb(81,187,66); }
H1.HeaderClassName
{
color: #51BB42;
}
.AnyTagClassName
{
color: #51BB42;
}
</style>
background-color css
<style>
a { background-color: #51BB42; }
a { background-color: rgb(81,187,66); }
div.DivClassName
{
background-color: #51BB42;
}
.BgClassName
{
background-color: #51BB42;
}
</style>
border-color css
<style>
span { border-color: #51BB42; }
span { border-color: rgb(81,187,66); }
td.TdClassName
{
border-color: #51BB42;
}
.TagClassName
{
border-color: #51BB42;
}
</style>