#54D294

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

Shades of Silver Tree #54D294

Tints of Silver Tree #54D294

Color information

#54D294 (or 0x54D294) is unknown color: approx Silver Tree. HEX triplet: 54, D2 and 94. RGB value is (84,210,148). Sum of RGB (Red+Green+Blue) = 84+210+148=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #54D294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D294 is #AB2D6B. Grayscale: #A5A5A5. Windows color (decimal): -11218284 or 9753172. OLE color: 9753172.

HSL color Cylindrical-coordinate representation of color #54D294: hue angle of 150.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D294 is Cyan = 0.6, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB84210148-
CMYK0.600.300.18
HSL150.48º58.33%57.65%-
HSV(B)150.48º60%82.35%-
XYZ32.0550.1236-
YUV165.26118.2670.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.00%
GREEN value IS 210 (82.42% from 255) = 47.51%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=19.00%
G=47.51%
B=33.48%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal842101480.600.300.18150.4858.3357.65
Hex54D2943C01E12963a3a
Octal12432222474036222267272
Binary101010011010010100101001111000111101001010010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,210,148); }

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

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

 a { background-color: rgb(84,210,148); }

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

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

 span { border-color: rgb(84,210,148); }

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