Html Css Color HEX #73BF80 Bay Leaf

📋 copy color: '#73BF80'

red 115 ◦ green 191 ◦ blue 128

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

Shades of Bay Leaf #73BF80

Tints of Bay Leaf #73BF80

RGB

 RED value IS 115 (45.31% from 255) = 26.5%

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

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 26.5%
G = 44.01%
B = 29.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#73BF80 (or 0x73BF80) is known color: Bay Leaf. HEX triplet: 73, BF and 80. RGB value is (115,191,128). Sum of RGB (Red+Green+Blue) = 115+191+128=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BF80 is #8C407F. Grayscale: #A1A1A1. Windows color (decimal): -9191552 or 8437619. OLE color: 8437619.

HSL color Cylindrical-coordinate representation of color #73BF80: hue angle of 130.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BF80 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 191 128 -
CMYK 0.40 0 0.33 0.25
HSL 130.26º 0.37% 0.6% -
HSV(B) 130.26º 0.4% 0.75% -
XYZ 29.6 42.46 27.06 -
YUV 161.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 115 191 128 0.40 0 0.33 0.25 130.26 0.37 0.6
Hex 73 BF 80 28 0 21 19 82 25 3C
Octal 163 277 200 50 0 41 31 202 45 74
Binary 1110011 10111111 10000000 101000 0 100001 11001 10000010 100101 111100

Color Harmonies of #73BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BF80

Black with #73BF80

Text Example


Text Example

White with #73BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73BF80; }

 p { color: rgb(115,191,128); }

 H1.HeaderClassName
 {
   color: #73BF80;
 }
 .AnyTagClassName
 {
   color: #73BF80;
 }
</style>

background-color css

<style>
 a { background-color: #73BF80; }

 a { background-color: rgb(115,191,128); }

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

border-color css

<style>
 span { border-color: #73BF80; }

 span { border-color: rgb(115,191,128); }

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