Html Css Color HEX #5FBC8D Silver Tree

📋 copy color: '#5FBC8D'

red 95 ◦ green 188 ◦ blue 141

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

Shades of Silver Tree #5FBC8D

Tints of Silver Tree #5FBC8D

RGB

 RED value IS 95 (37.5% from 255) = 22.41%

 GREEN value IS 188 (73.83% from 255) = 44.34%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 22.41%
G = 44.34%
B = 33.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#5FBC8D (or 0x5FBC8D) is known color: Silver Tree. HEX triplet: 5F, BC and 8D. RGB value is (95,188,141). Sum of RGB (Red+Green+Blue) = 95+188+141=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBC8D is #A04372. Grayscale: #9A9A9A. Windows color (decimal): -10503027 or 9288799. OLE color: 9288799.

HSL color Cylindrical-coordinate representation of color #5FBC8D: hue angle of 149.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC8D is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 141 -
CMYK 0.49 0 0.25 0.26
HSL 149.68º 0.41% 0.55% -
HSV(B) 149.68º 0.49% 0.74% -
XYZ 27.51 40.32 31.53 -
YUV 154.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 95 188 141 0.49 0 0.25 0.26 149.68 0.41 0.55
Hex 5F BC 8D 31 0 19 1A 96 29 37
Octal 137 274 215 61 0 31 32 226 51 67
Binary 1011111 10111100 10001101 110001 0 11001 11010 10010110 101001 110111

Color Harmonies of #5FBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC8D

Black with #5FBC8D

Text Example


Text Example

White with #5FBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FBC8D; }

 p { color: rgb(95,188,141); }

 H1.HeaderClassName
 {
   color: #5FBC8D;
 }
 .AnyTagClassName
 {
   color: #5FBC8D;
 }
</style>

background-color css

<style>
 a { background-color: #5FBC8D; }

 a { background-color: rgb(95,188,141); }

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

border-color css

<style>
 span { border-color: #5FBC8D; }

 span { border-color: rgb(95,188,141); }

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