Html Css Color HEX #71BC6A Fern

📋 copy color: '#71BC6A'

red 113 ◦ green 188 ◦ blue 106

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

Shades of Fern #71BC6A

Tints of Fern #71BC6A

RGB

 RED value IS 113 (44.53% from 255) = 27.76%

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

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 27.76%
G = 46.19%
B = 26.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#71BC6A (or 0x71BC6A) is known color: Fern. HEX triplet: 71, BC and 6A. RGB value is (113,188,106). Sum of RGB (Red+Green+Blue) = 113+188+106=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC6A is #8E4395. Grayscale: #9C9C9C. Windows color (decimal): -9323414 or 6995057. OLE color: 6995057.

HSL color Cylindrical-coordinate representation of color #71BC6A: hue angle of 114.88º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BC6A is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 188 106 -
CMYK 0.40 0 0.44 0.26
HSL 114.88º 0.38% 0.58% -
HSV(B) 114.88º 0.44% 0.74% -
XYZ 27.39 40.52 20.01 -
YUV 156.23 99.65 97.17 -
System Red Green Blue C M Y K H S L
Decimal 113 188 106 0.40 0 0.44 0.26 114.88 0.38 0.58
Hex 71 BC 6A 28 0 2C 1A 73 26 3A
Octal 161 274 152 50 0 54 32 163 46 72
Binary 1110001 10111100 1101010 101000 0 101100 11010 1110011 100110 111010

Color Harmonies of #71BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC6A

Black with #71BC6A

Text Example


Text Example

White with #71BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71BC6A; }

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

 H1.HeaderClassName
 {
   color: #71BC6A;
 }
 .AnyTagClassName
 {
   color: #71BC6A;
 }
</style>

background-color css

<style>
 a { background-color: #71BC6A; }

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

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

border-color css

<style>
 span { border-color: #71BC6A; }

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

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