Html Css Color HEX #71BC7F Bay Leaf

📋 copy color: '#71BC7F'

red 113 ◦ green 188 ◦ blue 127

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

Shades of Bay Leaf #71BC7F

Tints of Bay Leaf #71BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.93%

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

R = 26.4%
G = 43.93%
B = 29.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#71BC7F (or 0x71BC7F) is known color: Bay Leaf. HEX triplet: 71, BC and 7F. RGB value is (113,188,127). Sum of RGB (Red+Green+Blue) = 113+188+127=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC7F is #8E4380. Grayscale: #9E9E9E. Windows color (decimal): -9323393 or 8371313. OLE color: 8371313.

HSL color Cylindrical-coordinate representation of color #71BC7F: hue angle of 131.2º degrees, saturation: 0.36, 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 #71BC7F is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 188 127 -
CMYK 0.40 0 0.32 0.26
HSL 131.2º 0.36% 0.59% -
HSV(B) 131.2º 0.4% 0.74% -
XYZ 28.62 41.01 26.49 -
YUV 158.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 113 188 127 0.40 0 0.32 0.26 131.2 0.36 0.59
Hex 71 BC 7F 28 0 20 1A 83 24 3B
Octal 161 274 177 50 0 40 32 203 44 73
Binary 1110001 10111100 1111111 101000 0 100000 11010 10000011 100100 111011

Color Harmonies of #71BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC7F

Black with #71BC7F

Text Example


Text Example

White with #71BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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