#55BF90

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

Shades of Silver Tree #55BF90

Tints of Silver Tree #55BF90

Color information

#55BF90 (or 0x55BF90) is unknown color: approx Silver Tree. HEX triplet: 55, BF and 90. RGB value is (85,191,144). Sum of RGB (Red+Green+Blue) = 85+191+144=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BF90 is #AA406F. Grayscale: #9A9A9A. Windows color (decimal): -11157616 or 9486165. OLE color: 9486165.

HSL color Cylindrical-coordinate representation of color #55BF90: hue angle of 153.4º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BF90 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB85191144-
CMYK0.5500.250.25
HSL153.4º45.3%54.12%-
HSV(B)153.4º55.5%74.9%-
XYZ27.4141.2132.89-
YUV153.95122.3878.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=20.24%
G=45.48%
B=34.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911440.5500.250.25153.445.354.12
Hex55BF903701919992d36
Octal12527722067031312315566
Binary101010110111111100100001101110110011100110011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BF90; }

 p { color: rgb(85,191,144); }

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

<style>
 a { background-color: #55BF90; }

 a { background-color: rgb(85,191,144); }

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

<style>
 span { border-color: #55BF90; }

 span { border-color: rgb(85,191,144); }

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