Html Css Color HEX #66C164 Fern

📋 copy color: '#66C164'

red 102 ◦ green 193 ◦ blue 100

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

Shades of Fern #66C164

Tints of Fern #66C164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.86%

 BLUE value IS 100 (39.45% from 255) = 25.32%

R = 25.82%
G = 48.86%
B = 25.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#66C164 (or 0x66C164) is known color: Fern. HEX triplet: 66, C1 and 64. RGB value is (102,193,100). Sum of RGB (Red+Green+Blue) = 102+193+100=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #66C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C164 is #993E9B. Grayscale: #9B9B9B. Windows color (decimal): -10043036 or 6603110. OLE color: 6603110.

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

Color convert

RGB 102 193 100 -
CMYK 0.47 0 0.48 0.24
HSL 118.71º 0.43% 0.57% -
HSV(B) 118.71º 0.48% 0.76% -
XYZ 26.85 41.88 18.73 -
YUV 155.19 96.85 90.06 -
System Red Green Blue C M Y K H S L
Decimal 102 193 100 0.47 0 0.48 0.24 118.71 0.43 0.57
Hex 66 C1 64 2F 0 30 18 77 2B 39
Octal 146 301 144 57 0 60 30 167 53 71
Binary 1100110 11000001 1100100 101111 0 110000 11000 1110111 101011 111001

Color Harmonies of #66C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C164

Black with #66C164

Text Example


Text Example

White with #66C164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,193,100); }

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

background-color css

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

 a { background-color: rgb(102,193,100); }

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

border-color css

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

 span { border-color: rgb(102,193,100); }

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