Shades of Apple #51BB44
Tints of Apple #51BB44
RGB
CMYK
RGB Variations
Color information
#51BB44 (or 0x51BB44) is known color: Apple. HEX triplet: 51, BB and 44. RGB value is (81,187,68). Sum of RGB (Red+Green+Blue) = 81+187+68=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #51BB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BB44 is #AE44BB. Grayscale: #8E8E8E. Windows color (decimal): -11420860 or 4504401. OLE color: 4504401.
HSL color Cylindrical-coordinate representation of color #51BB44: hue angle of 113.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51BB44 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 187 | 68 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.27 |
| HSL | 113.45º | 0.47% | 0.5% | - |
| HSV(B) | 113.45º | 0.64% | 0.73% | - |
| XYZ | 22.21 | 37.71 | 11.58 | - |
| YUV | 141.74 | 86.38 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 187 | 68 | 0.57 | 0 | 0.64 | 0.27 | 113.45 | 0.47 | 0.5 |
| Hex | 51 | BB | 44 | 39 | 0 | 40 | 1B | 71 | 2F | 32 |
| Octal | 121 | 273 | 104 | 71 | 0 | 100 | 33 | 161 | 57 | 62 |
| Binary | 1010001 | 10111011 | 1000100 | 111001 | 0 | 1000000 | 11011 | 1110001 | 101111 | 110010 |
Color Harmonies of #51BB44
Complementary color
Monochromatic Colors of #51BB44
Black with #51BB44
Text Example
Text Example
White with #51BB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BB44; }
p { color: rgb(81,187,68); }
H1.HeaderClassName
{
color: #51BB44;
}
.AnyTagClassName
{
color: #51BB44;
}
</style>
background-color css
<style>
a { background-color: #51BB44; }
a { background-color: rgb(81,187,68); }
div.DivClassName
{
background-color: #51BB44;
}
.BgClassName
{
background-color: #51BB44;
}
</style>
border-color css
<style>
span { border-color: #51BB44; }
span { border-color: rgb(81,187,68); }
td.TdClassName
{
border-color: #51BB44;
}
.TagClassName
{
border-color: #51BB44;
}
</style>