#51C13D

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

Shades of Apple #51C13D

Tints of Apple #51C13D

Color information

#51C13D (or 0x51C13D) is unknown color: approx Apple. HEX triplet: 51, C1 and 3D. RGB value is (81,193,61). Sum of RGB (Red+Green+Blue) = 81+193+61=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #51C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51C13D is #AE3EC2. Grayscale: #909090. Windows color (decimal): -11419331 or 4047185. OLE color: 4047185.

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

Color convert

RGB8119361-
CMYK0.5800.680.24
HSL110.91º51.97%49.8%-
HSV(B)110.91º68.39%75.69%-
XYZ23.3140.2310.95-
YUV144.4680.8982.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 193 (75.78% from 255) = 57.61%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=24.18%
G=57.61%
B=18.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81193610.5800.680.24110.9151.9749.8
Hex51C13D3A044186f3432
Octal12130175720104301576462
Binary10100011100000111110111101001000100110001101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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