#51BF48

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

Shades of Apple #51BF48

Tints of Apple #51BF48

Color information

#51BF48 (or 0x51BF48) is unknown color: approx Apple. HEX triplet: 51, BF and 48. RGB value is (81,191,72). Sum of RGB (Red+Green+Blue) = 81+191+72=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #51BF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BF48 is #AE40B7. Grayscale: #909090. Windows color (decimal): -11419832 or 4767569. OLE color: 4767569.

HSL color Cylindrical-coordinate representation of color #51BF48: hue angle of 115.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51BF48 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB8119172-
CMYK0.5800.620.25
HSL115.46º48.18%51.57%-
HSV(B)115.46º62.3%74.9%-
XYZ23.1939.4812.53-
YUV144.5487.0682.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 191 (75% from 255) = 55.52%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=23.55%
G=55.52%
B=20.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81191720.5800.620.25115.4648.1851.57
Hex51BF483A03E19733034
Octal12127711072076311636064
Binary10100011011111110010001110100111110110011110011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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