#51A13B

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

Shades of Apple #51A13B

Tints of Apple #51A13B

Color information

#51A13B (or 0x51A13B) is unknown color: approx Apple. HEX triplet: 51, A1 and 3B. RGB value is (81,161,59). Sum of RGB (Red+Green+Blue) = 81+161+59=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #51A13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A13B is #AE5EC4. Grayscale: #7D7D7D. Windows color (decimal): -11427525 or 3907921. OLE color: 3907921.

HSL color Cylindrical-coordinate representation of color #51A13B: hue angle of 107.06º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51A13B is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB8116159-
CMYK0.5000.630.37
HSL107.06º46.36%43.14%-
HSV(B)107.06º63.35%63.14%-
XYZ16.9327.558.56-
YUV125.4590.596.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 161 (63.28% from 255) = 53.49%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=26.91%
G=53.49%
B=19.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81161590.5000.630.37107.0646.3643.14
Hex51A13B3203F256b2e2b
Octal1212417362077451535653
Binary10100011010000111101111001001111111001011101011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,161,59); }

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

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

 a { background-color: rgb(81,161,59); }

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

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

 span { border-color: rgb(81,161,59); }

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