#5FCD8A

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

Shades of Silver Tree #5FCD8A

Tints of Silver Tree #5FCD8A

Color information

#5FCD8A (or 0x5FCD8A) is unknown color: approx Silver Tree. HEX triplet: 5F, CD and 8A. RGB value is (95,205,138). Sum of RGB (Red+Green+Blue) = 95+205+138=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCD8A is #A03275. Grayscale: #A4A4A4. Windows color (decimal): -10498678 or 9096543. OLE color: 9096543.

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

Color convert

RGB95205138-
CMYK0.5400.330.20
HSL143.45º52.38%58.82%-
HSV(B)143.45º53.66%80.39%-
XYZ31.1447.9331.66-
YUV164.47113.0678.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.69%
GREEN value IS 205 (80.47% from 255) = 46.80%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=21.69%
G=46.80%
B=31.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952051380.5400.330.20143.4552.3858.82
Hex5FCD8A36021148f343b
Octal13731521266041242176473
Binary1011111110011011000101011011001000011010010001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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