Html Css Color HEX #71BA81 Bay Leaf

📋 copy color: '#71BA81'

red 113 ◦ green 186 ◦ blue 129

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

Shades of Bay Leaf #71BA81

Tints of Bay Leaf #71BA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.14%

R = 26.4%
G = 43.46%
B = 30.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#71BA81 (or 0x71BA81) is known color: Bay Leaf. HEX triplet: 71, BA and 81. RGB value is (113,186,129). Sum of RGB (Red+Green+Blue) = 113+186+129=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA81 is #8E457E. Grayscale: #9D9D9D. Windows color (decimal): -9323903 or 8501873. OLE color: 8501873.

HSL color Cylindrical-coordinate representation of color #71BA81: hue angle of 133.15º 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 #71BA81 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 129 -
CMYK 0.39 0 0.31 0.27
HSL 133.15º 0.35% 0.59% -
HSV(B) 133.15º 0.39% 0.73% -
XYZ 28.33 40.21 27.04 -
YUV 157.68 111.82 96.13 -
System Red Green Blue C M Y K H S L
Decimal 113 186 129 0.39 0 0.31 0.27 133.15 0.35 0.59
Hex 71 BA 81 27 0 1F 1B 85 23 3B
Octal 161 272 201 47 0 37 33 205 43 73
Binary 1110001 10111010 10000001 100111 0 11111 11011 10000101 100011 111011

Color Harmonies of #71BA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA81

Black with #71BA81

Text Example


Text Example

White with #71BA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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