#65CC95

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

Shades of Silver Tree #65CC95

Tints of Silver Tree #65CC95

Color information

#65CC95 (or 0x65CC95) is unknown color: approx Silver Tree. HEX triplet: 65, CC and 95. RGB value is (101,204,149). Sum of RGB (Red+Green+Blue) = 101+204+149=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CC95 is #9A336A. Grayscale: #A7A7A7. Windows color (decimal): -10105707 or 9817189. OLE color: 9817189.

HSL color Cylindrical-coordinate representation of color #65CC95: hue angle of 147.96º 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 #65CC95 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB101204149-
CMYK0.5000.270.2
HSL147.96º50.24%59.8%-
HSV(B)147.96º50.49%80%-
XYZ32.3848.1236.02-
YUV166.93117.8880.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.25%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=22.25%
G=44.93%
B=32.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012041490.5000.270.2147.9650.2459.8
Hex65CC953201B1494323c
Octal14531422562033242246274
Binary110010111001100100101011100100110111010010010100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,204,149); }

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

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

 a { background-color: rgb(101,204,149); }

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

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

 span { border-color: rgb(101,204,149); }

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