Html Css Color HEX #66C464 Fern

📋 copy color: '#66C464'

red 102 ◦ green 196 ◦ blue 100

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

Shades of Fern #66C464

Tints of Fern #66C464

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.25%

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

R = 25.63%
G = 49.25%
B = 25.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#66C464 (or 0x66C464) is known color: Fern. HEX triplet: 66, C4 and 64. RGB value is (102,196,100). Sum of RGB (Red+Green+Blue) = 102+196+100=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #66C464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C464 is #993B9B. Grayscale: #9D9D9D. Windows color (decimal): -10042268 or 6603878. OLE color: 6603878.

HSL color Cylindrical-coordinate representation of color #66C464: hue angle of 118.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C464 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 196 100 -
CMYK 0.48 0 0.49 0.23
HSL 118.75º 0.45% 0.58% -
HSV(B) 118.75º 0.49% 0.77% -
XYZ 27.52 43.22 18.95 -
YUV 156.95 95.86 88.81 -
System Red Green Blue C M Y K H S L
Decimal 102 196 100 0.48 0 0.49 0.23 118.75 0.45 0.58
Hex 66 C4 64 30 0 31 17 77 2D 3A
Octal 146 304 144 60 0 61 27 167 55 72
Binary 1100110 11000100 1100100 110000 0 110001 10111 1110111 101101 111010

Color Harmonies of #66C464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C464

Black with #66C464

Text Example


Text Example

White with #66C464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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