Html Css Color HEX #71BF7E Fern

📋 copy color: '#71BF7E'

red 113 ◦ green 191 ◦ blue 126

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

Shades of Fern #71BF7E

Tints of Fern #71BF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 44.42%

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

R = 26.28%
G = 44.42%
B = 29.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#71BF7E (or 0x71BF7E) is known color: Fern. HEX triplet: 71, BF and 7E. RGB value is (113,191,126). Sum of RGB (Red+Green+Blue) = 113+191+126=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF7E is #8E4081. Grayscale: #A0A0A0. Windows color (decimal): -9322626 or 8306545. OLE color: 8306545.

HSL color Cylindrical-coordinate representation of color #71BF7E: hue angle of 130º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BF7E is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 126 -
CMYK 0.41 0 0.34 0.25
HSL 130º 0.38% 0.6% -
HSV(B) 130º 0.41% 0.75% -
XYZ 29.21 42.28 26.36 -
YUV 160.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 113 191 126 0.41 0 0.34 0.25 130 0.38 0.6
Hex 71 BF 7E 29 0 22 19 82 26 3C
Octal 161 277 176 51 0 42 31 202 46 74
Binary 1110001 10111111 1111110 101001 0 100010 11001 10000010 100110 111100

Color Harmonies of #71BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF7E

Black with #71BF7E

Text Example


Text Example

White with #71BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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