Html Css Color HEX #71BF70 Fern

📋 copy color: '#71BF70'

red 113 ◦ green 191 ◦ blue 112

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

Shades of Fern #71BF70

Tints of Fern #71BF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 27.16%
G = 45.91%
B = 26.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#71BF70 (or 0x71BF70) is known color: Fern. HEX triplet: 71, BF and 70. RGB value is (113,191,112). Sum of RGB (Red+Green+Blue) = 113+191+112=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF70 is #8E408F. Grayscale: #9E9E9E. Windows color (decimal): -9322640 or 7389041. OLE color: 7389041.

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

Color convert

RGB 113 191 112 -
CMYK 0.41 0 0.41 0.25
HSL 119.24º 0.38% 0.59% -
HSV(B) 119.24º 0.41% 0.75% -
XYZ 28.37 41.94 21.93 -
YUV 158.67 101.66 95.42 -
System Red Green Blue C M Y K H S L
Decimal 113 191 112 0.41 0 0.41 0.25 119.24 0.38 0.59
Hex 71 BF 70 29 0 29 19 77 26 3B
Octal 161 277 160 51 0 51 31 167 46 73
Binary 1110001 10111111 1110000 101001 0 101001 11001 1110111 100110 111011

Color Harmonies of #71BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF70

Black with #71BF70

Text Example


Text Example

White with #71BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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