Html Css Color HEX #71BD7E Fern

📋 copy color: '#71BD7E'

red 113 ◦ green 189 ◦ blue 126

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

Shades of Fern #71BD7E

Tints of Fern #71BD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 26.4%
G = 44.16%
B = 29.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#71BD7E (or 0x71BD7E) is known color: Fern. HEX triplet: 71, BD and 7E. RGB value is (113,189,126). Sum of RGB (Red+Green+Blue) = 113+189+126=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD7E is #8E4281. Grayscale: #9F9F9F. Windows color (decimal): -9323138 or 8306033. OLE color: 8306033.

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

Color convert

RGB 113 189 126 -
CMYK 0.40 0 0.33 0.26
HSL 130.26º 0.37% 0.59% -
HSV(B) 130.26º 0.4% 0.74% -
XYZ 28.77 41.41 26.22 -
YUV 159.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 113 189 126 0.40 0 0.33 0.26 130.26 0.37 0.59
Hex 71 BD 7E 28 0 21 1A 82 25 3B
Octal 161 275 176 50 0 41 32 202 45 73
Binary 1110001 10111101 1111110 101000 0 100001 11010 10000010 100101 111011

Color Harmonies of #71BD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BD7E

Black with #71BD7E

Text Example


Text Example

White with #71BD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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