Html Css Color HEX #66C385 Silver Tree

📋 copy color: '#66C385'

red 102 ◦ green 195 ◦ blue 133

#66C385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #66C385

Tints of Silver Tree #66C385

RGB

 RED value IS 102 (40.23% from 255) = 23.72%

 GREEN value IS 195 (76.56% from 255) = 45.35%

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 23.72%
G = 45.35%
B = 30.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#66C385 (or 0x66C385) is known color: Silver Tree. HEX triplet: 66, C3 and 85. RGB value is (102,195,133). Sum of RGB (Red+Green+Blue) = 102+195+133=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #66C385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C385 is #993C7A. Grayscale: #A0A0A0. Windows color (decimal): -10042491 or 8766310. OLE color: 8766310.

HSL color Cylindrical-coordinate representation of color #66C385: hue angle of 140º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C385 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 195 133 -
CMYK 0.48 0 0.32 0.24
HSL 140º 0.44% 0.58% -
HSV(B) 140º 0.48% 0.76% -
XYZ 29.23 43.55 29.06 -
YUV 160.13 112.69 86.54 -
System Red Green Blue C M Y K H S L
Decimal 102 195 133 0.48 0 0.32 0.24 140 0.44 0.58
Hex 66 C3 85 30 0 20 18 8C 2C 3A
Octal 146 303 205 60 0 40 30 214 54 72
Binary 1100110 11000011 10000101 110000 0 100000 11000 10001100 101100 111010

Color Harmonies of #66C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C385

Black with #66C385

Text Example


Text Example

White with #66C385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66C385; }

 p { color: rgb(102,195,133); }

 H1.HeaderClassName
 {
   color: #66C385;
 }
 .AnyTagClassName
 {
   color: #66C385;
 }
</style>

background-color css

<style>
 a { background-color: #66C385; }

 a { background-color: rgb(102,195,133); }

 div.DivClassName
 {
   background-color: #66C385;
 }
 .BgClassName
 {
   background-color: #66C385;
 }
</style>

border-color css

<style>
 span { border-color: #66C385; }

 span { border-color: rgb(102,195,133); }

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