#51AB34

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

Shades of Apple #51AB34

Tints of Apple #51AB34

Color information

#51AB34 (or 0x51AB34) is unknown color: approx Apple. HEX triplet: 51, AB and 34. RGB value is (81,171,52). Sum of RGB (Red+Green+Blue) = 81+171+52=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51AB34 is #AE54CB. Grayscale: #828282. Windows color (decimal): -11424972 or 3451729. OLE color: 3451729.

HSL color Cylindrical-coordinate representation of color #51AB34: hue angle of 105.38º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51AB34 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB8117152-
CMYK0.5300.700.33
HSL105.38º53.36%43.73%-
HSV(B)105.38º69.59%67.06%-
XYZ18.5831.128.28-
YUV130.5283.6892.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 171 (67.19% from 255) = 56.25%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=26.64%
G=56.25%
B=17.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81171520.5300.700.33105.3853.3643.73
Hex51AB34350462169352c
Octal12125364650106411516554
Binary101000110101011110100110101010001101000011101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,171,52); }

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

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

 a { background-color: rgb(81,171,52); }

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

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

 span { border-color: rgb(81,171,52); }

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