Html Css Color HEX #71BD7F Bay Leaf

📋 copy color: '#71BD7F'

red 113 ◦ green 189 ◦ blue 127

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

Shades of Bay Leaf #71BD7F

Tints of Bay Leaf #71BD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.06%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 26.34%
G = 44.06%
B = 29.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#71BD7F (or 0x71BD7F) is known color: Bay Leaf. HEX triplet: 71, BD and 7F. RGB value is (113,189,127). Sum of RGB (Red+Green+Blue) = 113+189+127=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD7F is #8E4280. Grayscale: #9F9F9F. Windows color (decimal): -9323137 or 8371569. OLE color: 8371569.

HSL color Cylindrical-coordinate representation of color #71BD7F: hue angle of 131.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BD7F is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 189 127 -
CMYK 0.40 0 0.33 0.26
HSL 131.05º 0.37% 0.59% -
HSV(B) 131.05º 0.4% 0.74% -
XYZ 28.84 41.44 26.56 -
YUV 159.21 109.82 95.04 -
System Red Green Blue C M Y K H S L
Decimal 113 189 127 0.40 0 0.33 0.26 131.05 0.37 0.59
Hex 71 BD 7F 28 0 21 1A 83 25 3B
Octal 161 275 177 50 0 41 32 203 45 73
Binary 1110001 10111101 1111111 101000 0 100001 11010 10000011 100101 111011

Color Harmonies of #71BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BD7F

Black with #71BD7F

Text Example


Text Example

White with #71BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,189,127); }

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

background-color css

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

 a { background-color: rgb(113,189,127); }

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

border-color css

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

 span { border-color: rgb(113,189,127); }

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