#5FCD8D

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

Shades of Silver Tree #5FCD8D

Tints of Silver Tree #5FCD8D

Color information

#5FCD8D (or 0x5FCD8D) is unknown color: approx Silver Tree. HEX triplet: 5F, CD and 8D. RGB value is (95,205,141). Sum of RGB (Red+Green+Blue) = 95+205+141=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCD8D is #A03272. Grayscale: #A4A4A4. Windows color (decimal): -10498675 or 9293151. OLE color: 9293151.

HSL color Cylindrical-coordinate representation of color #5FCD8D: hue angle of 145.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCD8D is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB95205141-
CMYK0.5400.310.20
HSL145.09º52.38%58.82%-
HSV(B)145.09º53.66%80.39%-
XYZ31.3648.0232.82-
YUV164.81114.5678.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.54%
GREEN value IS 205 (80.47% from 255) = 46.49%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=21.54%
G=46.49%
B=31.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952051410.5400.310.20145.0952.3858.82
Hex5FCD8D3601F1491343b
Octal13731521566037242216473
Binary101111111001101100011011101100111111010010010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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