#54BD3D

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

Shades of Apple #54BD3D

Tints of Apple #54BD3D

Color information

#54BD3D (or 0x54BD3D) is unknown color: approx Apple. HEX triplet: 54, BD and 3D. RGB value is (84,189,61). Sum of RGB (Red+Green+Blue) = 84+189+61=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BD3D is #AB42C2. Grayscale: #8F8F8F. Windows color (decimal): -11223747 or 4046164. OLE color: 4046164.

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

Color convert

RGB8418961-
CMYK0.5600.680.26
HSL109.22º51.2%49.02%-
HSV(B)109.22º67.72%74.12%-
XYZ22.738.6210.67-
YUV143.0181.7185.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 189 (74.22% from 255) = 56.59%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=25.15%
G=56.59%
B=18.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84189610.5600.680.26109.2251.249.02
Hex54BD3D380441A6d3331
Octal12427575700104321556361
Binary10101001011110111110111100001000100110101101101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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