Html Css Color HEX #71BA83 Bay Leaf

📋 copy color: '#71BA83'

red 113 ◦ green 186 ◦ blue 131

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

Shades of Bay Leaf #71BA83

Tints of Bay Leaf #71BA83

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 26.28%
G = 43.26%
B = 30.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#71BA83 (or 0x71BA83) is known color: Bay Leaf. HEX triplet: 71, BA and 83. RGB value is (113,186,131). Sum of RGB (Red+Green+Blue) = 113+186+131=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA83 is #8E457C. Grayscale: #9E9E9E. Windows color (decimal): -9323901 or 8632945. OLE color: 8632945.

HSL color Cylindrical-coordinate representation of color #71BA83: hue angle of 134.79º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71BA83 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 131 -
CMYK 0.39 0 0.30 0.27
HSL 134.79º 0.35% 0.59% -
HSV(B) 134.79º 0.39% 0.73% -
XYZ 28.47 40.27 27.74 -
YUV 157.9 112.82 95.97 -
System Red Green Blue C M Y K H S L
Decimal 113 186 131 0.39 0 0.30 0.27 134.79 0.35 0.59
Hex 71 BA 83 27 0 1E 1B 87 23 3B
Octal 161 272 203 47 0 36 33 207 43 73
Binary 1110001 10111010 10000011 100111 0 11110 11011 10000111 100011 111011

Color Harmonies of #71BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA83

Black with #71BA83

Text Example


Text Example

White with #71BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,186,131); }

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

background-color css

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

 a { background-color: rgb(113,186,131); }

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

border-color css

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

 span { border-color: rgb(113,186,131); }

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