Html Css Color HEX #71BD73 Fern

📋 copy color: '#71BD73'

red 113 ◦ green 189 ◦ blue 115

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

Shades of Fern #71BD73

Tints of Fern #71BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 27.1%
G = 45.32%
B = 27.58%

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

#71BD73 (or 0x71BD73) is known color: Fern. HEX triplet: 71, BD and 73. RGB value is (113,189,115). Sum of RGB (Red+Green+Blue) = 113+189+115=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD73 is #8E428C. Grayscale: #9E9E9E. Windows color (decimal): -9323149 or 7585137. OLE color: 7585137.

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

Color convert

RGB 113 189 115 -
CMYK 0.40 0 0.39 0.26
HSL 121.58º 0.37% 0.59% -
HSV(B) 121.58º 0.4% 0.74% -
XYZ 28.1 41.14 22.68 -
YUV 157.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 113 189 115 0.40 0 0.39 0.26 121.58 0.37 0.59
Hex 71 BD 73 28 0 27 1A 7A 25 3B
Octal 161 275 163 50 0 47 32 172 45 73
Binary 1110001 10111101 1110011 101000 0 100111 11010 1111010 100101 111011

Color Harmonies of #71BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BD73

Black with #71BD73

Text Example


Text Example

White with #71BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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