Html Css Color HEX #71BA70 Fern

📋 copy color: '#71BA70'

red 113 ◦ green 186 ◦ blue 112

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

Shades of Fern #71BA70

Tints of Fern #71BA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.26%

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

R = 27.49%
G = 45.26%
B = 27.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#71BA70 (or 0x71BA70) is known color: Fern. HEX triplet: 71, BA and 70. RGB value is (113,186,112). Sum of RGB (Red+Green+Blue) = 113+186+112=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA70 is #8E458F. Grayscale: #9B9B9B. Windows color (decimal): -9323920 or 7387761. OLE color: 7387761.

HSL color Cylindrical-coordinate representation of color #71BA70: hue angle of 119.19º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BA70 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 112 -
CMYK 0.39 0 0.40 0.27
HSL 119.19º 0.35% 0.58% -
HSV(B) 119.19º 0.4% 0.73% -
XYZ 27.29 39.8 21.57 -
YUV 155.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 113 186 112 0.39 0 0.40 0.27 119.19 0.35 0.58
Hex 71 BA 70 27 0 28 1B 77 23 3A
Octal 161 272 160 47 0 50 33 167 43 72
Binary 1110001 10111010 1110000 100111 0 101000 11011 1110111 100011 111010

Color Harmonies of #71BA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA70

Black with #71BA70

Text Example


Text Example

White with #71BA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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