#54BD4B

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

Shades of Apple #54BD4B

Tints of Apple #54BD4B

Color information

#54BD4B (or 0x54BD4B) is unknown color: approx Apple. HEX triplet: 54, BD and 4B. RGB value is (84,189,75). Sum of RGB (Red+Green+Blue) = 84+189+75=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BD4B is #AB42B4. Grayscale: #909090. Windows color (decimal): -11223733 or 4963668. OLE color: 4963668.

HSL color Cylindrical-coordinate representation of color #54BD4B: hue angle of 115.26º 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 #54BD4B is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB8418975-
CMYK0.5600.600.26
HSL115.26º46.34%51.76%-
HSV(B)115.26º60.32%74.12%-
XYZ23.1238.7912.92-
YUV144.6188.7184.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 189 (74.22% from 255) = 54.31%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=24.14%
G=54.31%
B=21.55%

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
Decimal84189750.5600.600.26115.2646.3451.76
Hex54BD4B3803C1A732e34
Octal12427511370074321635664
Binary10101001011110110010111110000111100110101110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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