#54BA4C

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

Shades of Apple #54BA4C

Tints of Apple #54BA4C

Color information

#54BA4C (or 0x54BA4C) is unknown color: approx Apple. HEX triplet: 54, BA and 4C. RGB value is (84,186,76). Sum of RGB (Red+Green+Blue) = 84+186+76=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BA4C is #AB45B3. Grayscale: #8F8F8F. Windows color (decimal): -11224500 or 5028436. OLE color: 5028436.

HSL color Cylindrical-coordinate representation of color #54BA4C: hue angle of 115.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BA4C is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB8418676-
CMYK0.5500.590.27
HSL115.64º44.35%51.37%-
HSV(B)115.64º59.14%72.94%-
XYZ22.5237.5212.89-
YUV142.9690.2185.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=24.28%
G=53.76%
B=21.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84186760.5500.590.27115.6444.3551.37
Hex54BA4C3703B1B742c33
Octal12427211467073331645463
Binary10101001011101010011001101110111011110111110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54BA4C; }

 p { color: rgb(84,186,76); }

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

<style>
 a { background-color: #54BA4C; }

 a { background-color: rgb(84,186,76); }

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

<style>
 span { border-color: #54BA4C; }

 span { border-color: rgb(84,186,76); }

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