#54bd42

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

Shades of Apple #54BD42

Tints of Apple #54BD42

Color information

#54BD42 (or 0x54BD42) is unknown color: approx Apple. HEX triplet: 54, BD and 42. RGB value is (84,189,66). Sum of RGB (Red+Green+Blue) = 84+189+66=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BD42 is #AB42BD. Grayscale: #8F8F8F. Windows color (decimal): -11223742 or 4373844. OLE color: 4373844.

HSL color Cylindrical-coordinate representation of color #54BD42: hue angle of 111.22º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BD42 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB8418966-
CMYK0.5600.650.26
HSL111.22º48.24%50%-
HSV(B)111.22º65.08%74.12%-
XYZ22.8438.6711.42-
YUV143.5884.2185.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 189 (74.22% from 255) = 55.75%
BLUE value IS 66 (26.17% from 255) = 19.47%
R=24.78%
G=55.75%
B=19.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84189660.5600.650.26111.2248.2450
Hex54BD42380411A6f3032
Octal124275102700101321576062
Binary101010010111101100001011100001000001110101101111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54bd42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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