Shades of Apple #51BF4A
Tints of Apple #51BF4A
RGB
CMYK
RGB Variations
Color information
#51BF4A (or 0x51BF4A) is known color: Apple. HEX triplet: 51, BF and 4A. RGB value is (81,191,74). Sum of RGB (Red+Green+Blue) = 81+191+74=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #51BF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BF4A is #AE40B5. Grayscale: #919191. Windows color (decimal): -11419830 or 4898641. OLE color: 4898641.
HSL color Cylindrical-coordinate representation of color #51BF4A: hue angle of 116.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51BF4A is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 191 | 74 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.25 |
| HSL | 116.41º | 0.48% | 0.52% | - |
| HSV(B) | 116.41º | 0.61% | 0.75% | - |
| XYZ | 23.26 | 39.51 | 12.88 | - |
| YUV | 144.77 | 88.06 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 74 | 0.58 | 0 | 0.61 | 0.25 | 116.41 | 0.48 | 0.52 |
| Hex | 51 | BF | 4A | 3A | 0 | 3D | 19 | 74 | 30 | 34 |
| Octal | 121 | 277 | 112 | 72 | 0 | 75 | 31 | 164 | 60 | 64 |
| Binary | 1010001 | 10111111 | 1001010 | 111010 | 0 | 111101 | 11001 | 1110100 | 110000 | 110100 |
Color Harmonies of #51BF4A
Complementary color
Monochromatic Colors of #51BF4A
Black with #51BF4A
Text Example
Text Example
White with #51BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BF4A; }
p { color: rgb(81,191,74); }
H1.HeaderClassName
{
color: #51BF4A;
}
.AnyTagClassName
{
color: #51BF4A;
}
</style>
background-color css
<style>
a { background-color: #51BF4A; }
a { background-color: rgb(81,191,74); }
div.DivClassName
{
background-color: #51BF4A;
}
.BgClassName
{
background-color: #51BF4A;
}
</style>
border-color css
<style>
span { border-color: #51BF4A; }
span { border-color: rgb(81,191,74); }
td.TdClassName
{
border-color: #51BF4A;
}
.TagClassName
{
border-color: #51BF4A;
}
</style>