#61CA8D

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

Shades of Silver Tree #61CA8D

Tints of Silver Tree #61CA8D

Color information

#61CA8D (or 0x61CA8D) is unknown color: approx Silver Tree. HEX triplet: 61, CA and 8D. RGB value is (97,202,141). Sum of RGB (Red+Green+Blue) = 97+202+141=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CA8D is #9E3572. Grayscale: #A3A3A3. Windows color (decimal): -10368371 or 9292385. OLE color: 9292385.

HSL color Cylindrical-coordinate representation of color #61CA8D: hue angle of 145.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CA8D is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB97202141-
CMYK0.5200.300.21
HSL145.14º49.76%58.63%-
HSV(B)145.14º51.98%79.22%-
XYZ30.8646.7132.59-
YUV163.65115.2180.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=22.05%
G=45.91%
B=32.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021410.5200.300.21145.1449.7658.63
Hex61CA8D3401E1591323b
Octal14131221564036252216273
Binary110000111001010100011011101000111101010110010001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61CA8D; }

 p { color: rgb(97,202,141); }

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

<style>
 a { background-color: #61CA8D; }

 a { background-color: rgb(97,202,141); }

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

<style>
 span { border-color: #61CA8D; }

 span { border-color: rgb(97,202,141); }

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