#54BA42

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

Shades of Apple #54BA42

Tints of Apple #54BA42

Color information

#54BA42 (or 0x54BA42) is unknown color: approx Apple. HEX triplet: 54, BA and 42. RGB value is (84,186,66). Sum of RGB (Red+Green+Blue) = 84+186+66=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BA42 is #AB45BD. Grayscale: #8E8E8E. Windows color (decimal): -11224510 or 4373076. OLE color: 4373076.

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

Color convert

RGB8418666-
CMYK0.5500.650.27
HSL111º47.62%49.41%-
HSV(B)111º64.52%72.94%-
XYZ22.237.411.2-
YUV141.8285.2186.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=25%
G=55.36%
B=19.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84186660.5500.650.2711147.6249.41
Hex54BA42370411B6f3031
Octal124272102670101331576061
Binary101010010111010100001011011101000001110111101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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