#51CA49

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

Shades of Apple #51CA49

Tints of Apple #51CA49

Color information

#51CA49 (or 0x51CA49) is unknown color: approx Apple. HEX triplet: 51, CA and 49. RGB value is (81,202,73). Sum of RGB (Red+Green+Blue) = 81+202+73=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CA49 is #AE35B6. Grayscale: #979797. Windows color (decimal): -11417015 or 4835921. OLE color: 4835921.

HSL color Cylindrical-coordinate representation of color #51CA49: hue angle of 116.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51CA49 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB8120273-
CMYK0.6000.640.21
HSL116.28º54.89%53.92%-
HSV(B)116.28º63.86%79.22%-
XYZ25.7244.4713.53-
YUV151.1283.9177.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=22.75%
G=56.74%
B=20.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81202730.6000.640.21116.2854.8953.92
Hex51CA493C04015743736
Octal121312111740100251646766
Binary101000111001010100100111110001000000101011110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,202,73); }

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

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

 a { background-color: rgb(81,202,73); }

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

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

 span { border-color: rgb(81,202,73); }

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