#51A940

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

Shades of Apple #51A940

Tints of Apple #51A940

Color information

#51A940 (or 0x51A940) is unknown color: approx Apple. HEX triplet: 51, A9 and 40. RGB value is (81,169,64). Sum of RGB (Red+Green+Blue) = 81+169+64=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #51A940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A940 is #AE56BF. Grayscale: #838383. Windows color (decimal): -11425472 or 4237649. OLE color: 4237649.

HSL color Cylindrical-coordinate representation of color #51A940: hue angle of 110.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51A940 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB8116964-
CMYK0.5200.620.34
HSL110.29º45.06%45.69%-
HSV(B)110.29º62.13%66.27%-
XYZ18.5130.59.76-
YUV130.7290.3592.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 169 (66.41% from 255) = 53.82%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=25.80%
G=53.82%
B=20.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81169640.5200.620.34110.2945.0645.69
Hex51A9403403E226e2d2e
Octal12125110064076421565556
Binary101000110101001100000011010001111101000101101110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,169,64); }

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

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

 a { background-color: rgb(81,169,64); }

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

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

 span { border-color: rgb(81,169,64); }

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