#61D498

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

Shades of Silver Tree #61D498

Tints of Silver Tree #61D498

Color information

#61D498 (or 0x61D498) is unknown color: approx Silver Tree. HEX triplet: 61, D4 and 98. RGB value is (97,212,152). Sum of RGB (Red+Green+Blue) = 97+212+152=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #61D498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D498 is #9E2B67. Grayscale: #AAAAAA. Windows color (decimal): -10365800 or 10015841. OLE color: 10015841.

HSL color Cylindrical-coordinate representation of color #61D498: hue angle of 148.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D498 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB97212152-
CMYK0.5400.280.17
HSL148.7º57.21%60.59%-
HSV(B)148.7º54.25%83.14%-
XYZ34.1451.937.92-
YUV170.78117.475.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.04%
GREEN value IS 212 (83.20% from 255) = 45.99%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=21.04%
G=45.99%
B=32.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal972121520.5400.280.17148.757.2160.59
Hex61D4983601C1195393d
Octal14132423066034212257175
Binary110000111010100100110001101100111001000110010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,212,152); }

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

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

 a { background-color: rgb(97,212,152); }

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

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

 span { border-color: rgb(97,212,152); }

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