#51c142

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

Shades of Apple #51C142

Tints of Apple #51C142

Color information

#51C142 (or 0x51C142) is unknown color: approx Apple. HEX triplet: 51, C1 and 42. RGB value is (81,193,66). Sum of RGB (Red+Green+Blue) = 81+193+66=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #51C142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51C142 is #AE3EBD. Grayscale: #919191. Windows color (decimal): -11419326 or 4374865. OLE color: 4374865.

HSL color Cylindrical-coordinate representation of color #51C142: hue angle of 112.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51C142 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB8119366-
CMYK0.5800.660.24
HSL112.91º50.6%50.78%-
HSV(B)112.91º65.8%75.69%-
XYZ23.4540.2811.69-
YUV145.0383.3982.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 193 (75.78% from 255) = 56.76%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=23.82%
G=56.76%
B=19.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81193660.5800.660.24112.9150.650.78
Hex51C1423A04218713333
Octal121301102720102301616363
Binary101000111000001100001011101001000010110001110001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51c142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,193,66); }

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

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

 a { background-color: rgb(81,193,66); }

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

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

 span { border-color: rgb(81,193,66); }

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