#65CB96

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

Shades of Silver Tree #65CB96

Tints of Silver Tree #65CB96

Color information

#65CB96 (or 0x65CB96) is unknown color: approx Silver Tree. HEX triplet: 65, CB and 96. RGB value is (101,203,150). Sum of RGB (Red+Green+Blue) = 101+203+150=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CB96 is #9A3469. Grayscale: #A6A6A6. Windows color (decimal): -10105962 or 9882469. OLE color: 9882469.

HSL color Cylindrical-coordinate representation of color #65CB96: hue angle of 148.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CB96 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB101203150-
CMYK0.5000.260.20
HSL148.82º49.51%59.61%-
HSV(B)148.82º50.25%79.61%-
XYZ32.2347.6836.36-
YUV166.46118.7181.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.25%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=22.25%
G=44.71%
B=33.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012031500.5000.260.20148.8249.5159.61
Hex65CB963201A1495323c
Octal14531322662032242256274
Binary110010111001011100101101100100110101010010010101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CB96; }

 p { color: rgb(101,203,150); }

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

<style>
 a { background-color: #65CB96; }

 a { background-color: rgb(101,203,150); }

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

<style>
 span { border-color: #65CB96; }

 span { border-color: rgb(101,203,150); }

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