#51BD48

Color #51BD48 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #51BD48

Tints of Apple #51BD48

Color information

#51BD48 (or 0x51BD48) is unknown color: approx Apple. HEX triplet: 51, BD and 48. RGB value is (81,189,72). Sum of RGB (Red+Green+Blue) = 81+189+72=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #51BD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BD48 is #AE42B7. Grayscale: #8F8F8F. Windows color (decimal): -11420344 or 4767057. OLE color: 4767057.

HSL color Cylindrical-coordinate representation of color #51BD48: hue angle of 115.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51BD48 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB8118972-
CMYK0.5700.620.26
HSL115.38º46.99%51.18%-
HSV(B)115.38º61.9%74.12%-
XYZ22.7638.6112.38-
YUV143.3787.7283.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 189 (74.22% from 255) = 55.26%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=23.68%
G=55.26%
B=21.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81189720.5700.620.26115.3846.9951.18
Hex51BD483903E1A732f33
Octal12127511071076321635763
Binary10100011011110110010001110010111110110101110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51BD48; }

 p { color: rgb(81,189,72); }

 H1.HeaderClassName
 {
   color: #51BD48;
 }
 .AnyTagClassName
 {
   color: #51BD48;
 }
</style>
background-color css

<style>
 a { background-color: #51BD48; }

 a { background-color: rgb(81,189,72); }

 div.DivClassName
 {
   background-color: #51BD48;
 }
 .BgClassName
 {
   background-color: #51BD48;
 }
</style>
border-color css

<style>
 span { border-color: #51BD48; }

 span { border-color: rgb(81,189,72); }

 td.TdClassName
 {
   border-color: #51BD48;
 }
 .TagClassName
 {
   border-color: #51BD48;
 }
</style>