Html Css Color HEX #66BF71 Fern

📋 copy color: '#66BF71'

red 102 ◦ green 191 ◦ blue 113

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

Shades of Fern #66BF71

Tints of Fern #66BF71

RGB

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

 GREEN value IS 191 (75% from 255) = 47.04%

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

R = 25.12%
G = 47.04%
B = 27.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#66BF71 (or 0x66BF71) is known color: Fern. HEX triplet: 66, BF and 71. RGB value is (102,191,113). Sum of RGB (Red+Green+Blue) = 102+191+113=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF71 is #99408E. Grayscale: #9B9B9B. Windows color (decimal): -10043535 or 7454566. OLE color: 7454566.

HSL color Cylindrical-coordinate representation of color #66BF71: hue angle of 127.42º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BF71 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 191 113 -
CMYK 0.47 0 0.41 0.25
HSL 127.42º 0.41% 0.57% -
HSV(B) 127.42º 0.47% 0.75% -
XYZ 27.09 41.28 22.16 -
YUV 155.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 102 191 113 0.47 0 0.41 0.25 127.42 0.41 0.57
Hex 66 BF 71 2F 0 29 19 7F 29 39
Octal 146 277 161 57 0 51 31 177 51 71
Binary 1100110 10111111 1110001 101111 0 101001 11001 1111111 101001 111001

Color Harmonies of #66BF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BF71

Black with #66BF71

Text Example


Text Example

White with #66BF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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