Html Css Color HEX #66BC71 Fern

📋 copy color: '#66BC71'

red 102 ◦ green 188 ◦ blue 113

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

Shades of Fern #66BC71

Tints of Fern #66BC71

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.65%

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

R = 25.31%
G = 46.65%
B = 28.04%

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

#66BC71 (or 0x66BC71) is known color: Fern. HEX triplet: 66, BC and 71. RGB value is (102,188,113). Sum of RGB (Red+Green+Blue) = 102+188+113=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC71 is #99438E. Grayscale: #999999. Windows color (decimal): -10044303 or 7453798. OLE color: 7453798.

HSL color Cylindrical-coordinate representation of color #66BC71: hue angle of 127.67º degrees, saturation: 0.39, 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 #66BC71 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 188 113 -
CMYK 0.46 0 0.40 0.26
HSL 127.67º 0.39% 0.57% -
HSV(B) 127.67º 0.46% 0.74% -
XYZ 26.44 39.98 21.95 -
YUV 153.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 102 188 113 0.46 0 0.40 0.26 127.67 0.39 0.57
Hex 66 BC 71 2E 0 28 1A 80 27 39
Octal 146 274 161 56 0 50 32 200 47 71
Binary 1100110 10111100 1110001 101110 0 101000 11010 10000000 100111 111001

Color Harmonies of #66BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BC71

Black with #66BC71

Text Example


Text Example

White with #66BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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