#54AF44

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

Shades of Apple #54AF44

Tints of Apple #54AF44

Color information

#54AF44 (or 0x54AF44) is unknown color: approx Apple. HEX triplet: 54, AF and 44. RGB value is (84,175,68). Sum of RGB (Red+Green+Blue) = 84+175+68=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AF44 is #AB50BB. Grayscale: #878787. Windows color (decimal): -11227324 or 4501332. OLE color: 4501332.

HSL color Cylindrical-coordinate representation of color #54AF44: hue angle of 111.03º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54AF44 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB8417568-
CMYK0.5200.610.31
HSL111.03º44.03%47.65%-
HSV(B)111.03º61.14%68.63%-
XYZ20.0332.9610.78-
YUV135.5989.8591.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=25.69%
G=53.52%
B=20.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84175680.5200.610.31111.0344.0347.65
Hex54AF443403D1F6f2c30
Octal12425710464075371575460
Binary10101001010111110001001101000111101111111101111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,175,68); }

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

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

 a { background-color: rgb(84,175,68); }

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

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

 span { border-color: rgb(84,175,68); }

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