Html Css Color HEX #55D28F Silver Tree

📋 copy color: '#55D28F'

red 85 ◦ green 210 ◦ blue 143

#55D28F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #55D28F

Tints of Silver Tree #55D28F

RGB

 RED value IS 85 (33.59% from 255) = 19.41%

 GREEN value IS 210 (82.42% from 255) = 47.95%

 BLUE value IS 143 (56.25% from 255) = 32.65%

R = 19.41%
G = 47.95%
B = 32.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#55D28F (or 0x55D28F) is known color: Silver Tree. HEX triplet: 55, D2 and 8F. RGB value is (85,210,143). Sum of RGB (Red+Green+Blue) = 85+210+143=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #55D28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D28F is #AA2D70. Grayscale: #A5A5A5. Windows color (decimal): -11152753 or 9425493. OLE color: 9425493.

HSL color Cylindrical-coordinate representation of color #55D28F: hue angle of 147.84º 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 #55D28F is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 143 -
CMYK 0.60 0 0.32 0.18
HSL 147.84º 0.58% 0.58% -
HSV(B) 147.84º 0.6% 0.82% -
XYZ 31.75 50.01 33.97 -
YUV 164.99 115.59 70.95 -
System Red Green Blue C M Y K H S L
Decimal 85 210 143 0.60 0 0.32 0.18 147.84 0.58 0.58
Hex 55 D2 8F 3C 0 20 12 94 3A 3A
Octal 125 322 217 74 0 40 22 224 72 72
Binary 1010101 11010010 10001111 111100 0 100000 10010 10010100 111010 111010

Color Harmonies of #55D28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D28F

Black with #55D28F

Text Example


Text Example

White with #55D28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,210,143); }

 H1.HeaderClassName
 {
   color: #55D28F;
 }
 .AnyTagClassName
 {
   color: #55D28F;
 }
</style>

background-color css

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

 a { background-color: rgb(85,210,143); }

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

border-color css

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

 span { border-color: rgb(85,210,143); }

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