#54BF48

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

Shades of Apple #54BF48

Tints of Apple #54BF48

Color information

#54BF48 (or 0x54BF48) is unknown color: approx Apple. HEX triplet: 54, BF and 48. RGB value is (84,191,72). Sum of RGB (Red+Green+Blue) = 84+191+72=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BF48 is #AB40B7. Grayscale: #919191. Windows color (decimal): -11223224 or 4767572. OLE color: 4767572.

HSL color Cylindrical-coordinate representation of color #54BF48: hue angle of 113.95º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54BF48 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB8419172-
CMYK0.5600.620.25
HSL113.95º48.18%51.57%-
HSV(B)113.95º62.3%74.9%-
XYZ23.4639.6112.54-
YUV145.4486.5584.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=24.21%
G=55.04%
B=20.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84191720.5600.620.25113.9548.1851.57
Hex54BF483803E19723034
Octal12427711070076311626064
Binary10101001011111110010001110000111110110011110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,191,72); }

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

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

 a { background-color: rgb(84,191,72); }

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

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

 span { border-color: rgb(84,191,72); }

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