#61CB85

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

Shades of Silver Tree #61CB85

Tints of Silver Tree #61CB85

Color information

#61CB85 (or 0x61CB85) is unknown color: approx Silver Tree. HEX triplet: 61, CB and 85. RGB value is (97,203,133). Sum of RGB (Red+Green+Blue) = 97+203+133=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CB85 is #9E347A. Grayscale: #A3A3A3. Windows color (decimal): -10368123 or 8768353. OLE color: 8768353.

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

Color convert

RGB97203133-
CMYK0.5200.340.20
HSL140.38º50.48%58.82%-
HSV(B)140.38º52.22%79.61%-
XYZ30.5246.9529.64-
YUV163.33110.8880.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 203 (79.69% from 255) = 46.88%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=22.40%
G=46.88%
B=30.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972031330.5200.340.20140.3850.4858.82
Hex61CB8534022148c323b
Octal14131320564042242146273
Binary1100001110010111000010111010001000101010010001100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,203,133); }

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

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

 a { background-color: rgb(97,203,133); }

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

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

 span { border-color: rgb(97,203,133); }

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