#61CA95

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

Shades of Silver Tree #61CA95

Tints of Silver Tree #61CA95

Color information

#61CA95 (or 0x61CA95) is unknown color: approx Silver Tree. HEX triplet: 61, CA and 95. RGB value is (97,202,149). Sum of RGB (Red+Green+Blue) = 97+202+149=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CA95 is #9E356A. Grayscale: #A4A4A4. Windows color (decimal): -10368363 or 9816673. OLE color: 9816673.

HSL color Cylindrical-coordinate representation of color #61CA95: hue angle of 149.71º 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 #61CA95 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB97202149-
CMYK0.5200.260.21
HSL149.71º49.76%58.63%-
HSV(B)149.71º51.98%79.22%-
XYZ31.4846.9535.84-
YUV164.56119.2179.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.65%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=21.65%
G=45.09%
B=33.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021490.5200.260.21149.7149.7658.63
Hex61CA953401A1596323b
Octal14131222564032252266273
Binary110000111001010100101011101000110101010110010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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