#54BD4C

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

Shades of Apple #54BD4C

Tints of Apple #54BD4C

Color information

#54BD4C (or 0x54BD4C) is unknown color: approx Apple. HEX triplet: 54, BD and 4C. RGB value is (84,189,76). Sum of RGB (Red+Green+Blue) = 84+189+76=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BD4C is #AB42B3. Grayscale: #919191. Windows color (decimal): -11223732 or 5029204. OLE color: 5029204.

HSL color Cylindrical-coordinate representation of color #54BD4C: hue angle of 115.75º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54BD4C is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB8418976-
CMYK0.5600.600.26
HSL115.75º46.12%51.96%-
HSV(B)115.75º59.79%74.12%-
XYZ23.1638.813.11-
YUV144.7289.2184.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 189 (74.22% from 255) = 54.15%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=24.07%
G=54.15%
B=21.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84189760.5600.600.26115.7546.1251.96
Hex54BD4C3803C1A742e34
Octal12427511470074321645664
Binary10101001011110110011001110000111100110101110100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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