#71BE85

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

Shades of Bay Leaf #71BE85

Tints of Bay Leaf #71BE85

Color information

#71BE85 (or 0x71BE85) is unknown color: approx Bay Leaf. HEX triplet: 71, BE and 85. RGB value is (113,190,133). Sum of RGB (Red+Green+Blue) = 113+190+133=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BE85 is #8E417A. Grayscale: #A0A0A0. Windows color (decimal): -9322875 or 8765041. OLE color: 8765041.

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

Color convert

RGB113190133-
CMYK0.4100.30.25
HSL135.58º37.2%59.41%-
HSV(B)135.58º40.53%74.51%-
XYZ29.4642.0328.75-
YUV160.48112.4994.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=25.92%
G=43.58%
B=30.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901330.4100.30.25135.5837.259.41
Hex71BE852901E1988253b
Octal16127620551036312104573
Binary111000110111110100001011010010111101100110001000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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