#71BE81

Color #71BE81 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #71BE81

Tints of Bay Leaf #71BE81

Color information

#71BE81 (or 0x71BE81) is unknown color: approx Bay Leaf. HEX triplet: 71, BE and 81. RGB value is (113,190,129). Sum of RGB (Red+Green+Blue) = 113+190+129=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BE81 is #8E417E. Grayscale: #A0A0A0. Windows color (decimal): -9322879 or 8502897. OLE color: 8502897.

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

Color convert

RGB113190129-
CMYK0.4100.320.25
HSL132.47º37.2%59.41%-
HSV(B)132.47º40.53%74.51%-
XYZ29.1941.9227.32-
YUV160.02110.4994.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.16%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=26.16%
G=43.98%
B=29.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901290.4100.320.25132.4737.259.41
Hex71BE81290201984253b
Octal16127620151040312044573
Binary1110001101111101000000110100101000001100110000100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71BE81;
 }
 .AnyTagClassName
 {
   color: #71BE81;
 }
</style>
background-color css

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

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

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

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

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

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