Html Css Color HEX #71B468 Fern

📋 copy color: '#71B468'

red 113 ◦ green 180 ◦ blue 104

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

Shades of Fern #71B468

Tints of Fern #71B468

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.34%

 BLUE value IS 104 (41.02% from 255) = 26.2%

R = 28.46%
G = 45.34%
B = 26.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#71B468 (or 0x71B468) is known color: Fern. HEX triplet: 71, B4 and 68. RGB value is (113,180,104). Sum of RGB (Red+Green+Blue) = 113+180+104=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #71B468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B468 is #8E4B97. Grayscale: #979797. Windows color (decimal): -9325464 or 6861937. OLE color: 6861937.

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

Color convert

RGB 113 180 104 -
CMYK 0.37 0 0.42 0.29
HSL 112.89º 0.34% 0.56% -
HSV(B) 112.89º 0.42% 0.71% -
XYZ 25.63 37.15 18.92 -
YUV 151.3 101.3 100.68 -
System Red Green Blue C M Y K H S L
Decimal 113 180 104 0.37 0 0.42 0.29 112.89 0.34 0.56
Hex 71 B4 68 25 0 2A 1D 71 22 38
Octal 161 264 150 45 0 52 35 161 42 70
Binary 1110001 10110100 1101000 100101 0 101010 11101 1110001 100010 111000

Color Harmonies of #71B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B468

Black with #71B468

Text Example


Text Example

White with #71B468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,104); }

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

background-color css

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

 a { background-color: rgb(113,180,104); }

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

border-color css

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

 span { border-color: rgb(113,180,104); }

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