Html Css Color HEX #5FB385 Silver Tree

📋 copy color: '#5FB385'

red 95 ◦ green 179 ◦ blue 133

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

Shades of Silver Tree #5FB385

Tints of Silver Tree #5FB385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.98%

 BLUE value IS 133 (52.34% from 255) = 32.68%

R = 23.34%
G = 43.98%
B = 32.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#5FB385 (or 0x5FB385) is known color: Silver Tree. HEX triplet: 5F, B3 and 85. RGB value is (95,179,133). Sum of RGB (Red+Green+Blue) = 95+179+133=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB385 is #A04C7A. Grayscale: #949494. Windows color (decimal): -10505339 or 8762207. OLE color: 8762207.

HSL color Cylindrical-coordinate representation of color #5FB385: hue angle of 147.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB385 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 179 133 -
CMYK 0.47 0 0.26 0.30
HSL 147.14º 0.36% 0.54% -
HSV(B) 147.14º 0.47% 0.7% -
XYZ 25.07 36.37 27.89 -
YUV 148.64 119.17 89.74 -
System Red Green Blue C M Y K H S L
Decimal 95 179 133 0.47 0 0.26 0.30 147.14 0.36 0.54
Hex 5F B3 85 2F 0 1A 1E 93 24 36
Octal 137 263 205 57 0 32 36 223 44 66
Binary 1011111 10110011 10000101 101111 0 11010 11110 10010011 100100 110110

Color Harmonies of #5FB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB385

Black with #5FB385

Text Example


Text Example

White with #5FB385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,179,133); }

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

background-color css

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

 a { background-color: rgb(95,179,133); }

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

border-color css

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

 span { border-color: rgb(95,179,133); }

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