Html Css Color HEX #71BE80 Bay Leaf

📋 copy color: '#71BE80'

red 113 ◦ green 190 ◦ blue 128

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

Shades of Bay Leaf #71BE80

Tints of Bay Leaf #71BE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 26.22%
G = 44.08%
B = 29.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#71BE80 (or 0x71BE80) is known color: Bay Leaf. HEX triplet: 71, BE and 80. RGB value is (113,190,128). Sum of RGB (Red+Green+Blue) = 113+190+128=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BE80 is #8E417F. Grayscale: #A0A0A0. Windows color (decimal): -9322880 or 8437361. OLE color: 8437361.

HSL color Cylindrical-coordinate representation of color #71BE80: hue angle of 131.69º degrees, saturation: 0.37, 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 #71BE80 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 190 128 -
CMYK 0.41 0 0.33 0.25
HSL 131.69º 0.37% 0.59% -
HSV(B) 131.69º 0.41% 0.75% -
XYZ 29.12 41.9 26.97 -
YUV 159.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 113 190 128 0.41 0 0.33 0.25 131.69 0.37 0.59
Hex 71 BE 80 29 0 21 19 84 25 3B
Octal 161 276 200 51 0 41 31 204 45 73
Binary 1110001 10111110 10000000 101001 0 100001 11001 10000100 100101 111011

Color Harmonies of #71BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BE80

Black with #71BE80

Text Example


Text Example

White with #71BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,190,128); }

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

background-color css

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

 a { background-color: rgb(113,190,128); }

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

border-color css

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

 span { border-color: rgb(113,190,128); }

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