Html Css Color HEX #66BD71 Fern

📋 copy color: '#66BD71'

red 102 ◦ green 189 ◦ blue 113

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

Shades of Fern #66BD71

Tints of Fern #66BD71

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.78%

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 25.25%
G = 46.78%
B = 27.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#66BD71 (or 0x66BD71) is known color: Fern. HEX triplet: 66, BD and 71. RGB value is (102,189,113). Sum of RGB (Red+Green+Blue) = 102+189+113=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD71 is #99428E. Grayscale: #9A9A9A. Windows color (decimal): -10044047 or 7454054. OLE color: 7454054.

HSL color Cylindrical-coordinate representation of color #66BD71: hue angle of 127.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD71 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 189 113 -
CMYK 0.46 0 0.40 0.26
HSL 127.59º 0.4% 0.57% -
HSV(B) 127.59º 0.46% 0.74% -
XYZ 26.66 40.41 22.02 -
YUV 154.32 104.68 90.68 -
System Red Green Blue C M Y K H S L
Decimal 102 189 113 0.46 0 0.40 0.26 127.59 0.4 0.57
Hex 66 BD 71 2E 0 28 1A 80 28 39
Octal 146 275 161 56 0 50 32 200 50 71
Binary 1100110 10111101 1110001 101110 0 101000 11010 10000000 101000 111001

Color Harmonies of #66BD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BD71

Black with #66BD71

Text Example


Text Example

White with #66BD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,189,113); }

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

background-color css

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

 a { background-color: rgb(102,189,113); }

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

border-color css

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

 span { border-color: rgb(102,189,113); }

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