Html Css Color HEX #71BF85 Bay Leaf

📋 copy color: '#71BF85'

red 113 ◦ green 191 ◦ blue 133

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

Shades of Bay Leaf #71BF85

Tints of Bay Leaf #71BF85

RGB

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

 GREEN value IS 191 (75% from 255) = 43.71%

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 25.86%
G = 43.71%
B = 30.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#71BF85 (or 0x71BF85) is known color: Bay Leaf. HEX triplet: 71, BF and 85. RGB value is (113,191,133). Sum of RGB (Red+Green+Blue) = 113+191+133=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BF85 is #8E407A. Grayscale: #A1A1A1. Windows color (decimal): -9322619 or 8765297. OLE color: 8765297.

HSL color Cylindrical-coordinate representation of color #71BF85: hue angle of 135.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BF85 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 133 -
CMYK 0.41 0 0.30 0.25
HSL 135.38º 0.38% 0.6% -
HSV(B) 135.38º 0.41% 0.75% -
XYZ 29.67 42.47 28.82 -
YUV 161.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 113 191 133 0.41 0 0.30 0.25 135.38 0.38 0.6
Hex 71 BF 85 29 0 1E 19 87 26 3C
Octal 161 277 205 51 0 36 31 207 46 74
Binary 1110001 10111111 10000101 101001 0 11110 11001 10000111 100110 111100

Color Harmonies of #71BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF85

Black with #71BF85

Text Example


Text Example

White with #71BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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