Html Css Color HEX #71B572 Fern

📋 copy color: '#71B572'

red 113 ◦ green 181 ◦ blue 114

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

Shades of Fern #71B572

Tints of Fern #71B572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 27.7%
G = 44.36%
B = 27.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#71B572 (or 0x71B572) is known color: Fern. HEX triplet: 71, B5 and 72. RGB value is (113,181,114). Sum of RGB (Red+Green+Blue) = 113+181+114=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 181 - color contains mainly: green. Hex color #71B572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B572 is #8E4A8D. Grayscale: #999999. Windows color (decimal): -9325198 or 7517553. OLE color: 7517553.

HSL color Cylindrical-coordinate representation of color #71B572: hue angle of 120.88º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B572 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 181 114 -
CMYK 0.38 0 0.37 0.29
HSL 120.88º 0.31% 0.58% -
HSV(B) 120.88º 0.38% 0.71% -
XYZ 26.37 37.77 21.82 -
YUV 153.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 113 181 114 0.38 0 0.37 0.29 120.88 0.31 0.58
Hex 71 B5 72 26 0 25 1D 79 1F 3A
Octal 161 265 162 46 0 45 35 171 37 72
Binary 1110001 10110101 1110010 100110 0 100101 11101 1111001 11111 111010

Color Harmonies of #71B572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B572

Black with #71B572

Text Example


Text Example

White with #71B572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,181,114); }

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

background-color css

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

 a { background-color: rgb(113,181,114); }

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

border-color css

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

 span { border-color: rgb(113,181,114); }

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