Html Css Color HEX #71BC73 Fern

📋 copy color: '#71BC73'

red 113 ◦ green 188 ◦ blue 115

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

Shades of Fern #71BC73

Tints of Fern #71BC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 27.16%
G = 45.19%
B = 27.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#71BC73 (or 0x71BC73) is known color: Fern. HEX triplet: 71, BC and 73. RGB value is (113,188,115). Sum of RGB (Red+Green+Blue) = 113+188+115=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC73 is #8E438C. Grayscale: #9D9D9D. Windows color (decimal): -9323405 or 7584881. OLE color: 7584881.

HSL color Cylindrical-coordinate representation of color #71BC73: hue angle of 121.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC73 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 188 115 -
CMYK 0.40 0 0.39 0.26
HSL 121.6º 0.36% 0.59% -
HSV(B) 121.6º 0.4% 0.74% -
XYZ 27.89 40.71 22.61 -
YUV 157.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 113 188 115 0.40 0 0.39 0.26 121.6 0.36 0.59
Hex 71 BC 73 28 0 27 1A 7A 24 3B
Octal 161 274 163 50 0 47 32 172 44 73
Binary 1110001 10111100 1110011 101000 0 100111 11010 1111010 100100 111011

Color Harmonies of #71BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC73

Black with #71BC73

Text Example


Text Example

White with #71BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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