#5FCD88

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

Shades of Silver Tree #5FCD88

Tints of Silver Tree #5FCD88

Color information

#5FCD88 (or 0x5FCD88) is unknown color: approx Silver Tree. HEX triplet: 5F, CD and 88. RGB value is (95,205,136). Sum of RGB (Red+Green+Blue) = 95+205+136=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCD88 is #A03277. Grayscale: #A4A4A4. Windows color (decimal): -10498680 or 8965471. OLE color: 8965471.

HSL color Cylindrical-coordinate representation of color #5FCD88: hue angle of 142.36º 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 #5FCD88 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB95205136-
CMYK0.5400.340.20
HSL142.36º52.38%58.82%-
HSV(B)142.36º53.66%80.39%-
XYZ30.9947.8730.9-
YUV164.24112.0678.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.79%
GREEN value IS 205 (80.47% from 255) = 47.02%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=21.79%
G=47.02%
B=31.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952051360.5400.340.20142.3652.3858.82
Hex5FCD8836022148e343b
Octal13731521066042242166473
Binary1011111110011011000100011011001000101010010001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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