#60D492

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

Shades of Silver Tree #60D492

Tints of Silver Tree #60D492

Color information

#60D492 (or 0x60D492) is unknown color: approx Silver Tree. HEX triplet: 60, D4 and 92. RGB value is (96,212,146). Sum of RGB (Red+Green+Blue) = 96+212+146=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #60D492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D492 is #9F2B6D. Grayscale: #A9A9A9. Windows color (decimal): -10431342 or 9622624. OLE color: 9622624.

HSL color Cylindrical-coordinate representation of color #60D492: hue angle of 145.86º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D492 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB96212146-
CMYK0.5500.310.17
HSL145.86º57.43%60.39%-
HSV(B)145.86º54.72%83.14%-
XYZ33.5651.6535.39-
YUV169.79114.5775.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.15%
GREEN value IS 212 (83.20% from 255) = 46.70%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=21.15%
G=46.70%
B=32.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal962121460.5500.310.17145.8657.4360.39
Hex60D4923701F1192393c
Octal14032422267037212227174
Binary110000011010100100100101101110111111000110010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60D492; }

 p { color: rgb(96,212,146); }

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

<style>
 a { background-color: #60D492; }

 a { background-color: rgb(96,212,146); }

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

<style>
 span { border-color: #60D492; }

 span { border-color: rgb(96,212,146); }

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