Html Css Color HEX #71B971 Fern

📋 copy color: '#71B971'

red 113 ◦ green 185 ◦ blue 113

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

Shades of Fern #71B971

Tints of Fern #71B971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

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

R = 27.49%
G = 45.01%
B = 27.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#71B971 (or 0x71B971) is known color: Fern. HEX triplet: 71, B9 and 71. RGB value is (113,185,113). Sum of RGB (Red+Green+Blue) = 113+185+113=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #71B971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B971 is #8E468E. Grayscale: #9B9B9B. Windows color (decimal): -9324175 or 7453041. OLE color: 7453041.

HSL color Cylindrical-coordinate representation of color #71B971: hue angle of 120º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B971 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 185 113 -
CMYK 0.39 0 0.39 0.27
HSL 120º 0.34% 0.58% -
HSV(B) 120º 0.39% 0.73% -
XYZ 27.14 39.4 21.8 -
YUV 155.26 104.15 97.85 -
System Red Green Blue C M Y K H S L
Decimal 113 185 113 0.39 0 0.39 0.27 120 0.34 0.58
Hex 71 B9 71 27 0 27 1B 78 22 3A
Octal 161 271 161 47 0 47 33 170 42 72
Binary 1110001 10111001 1110001 100111 0 100111 11011 1111000 100010 111010

Color Harmonies of #71B971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B971

Black with #71B971

Text Example


Text Example

White with #71B971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,185,113); }

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

background-color css

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

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

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

border-color css

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

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

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