Html Css Color HEX #73BF82 Bay Leaf

📋 copy color: '#73BF82'

red 115 ◦ green 191 ◦ blue 130

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

Shades of Bay Leaf #73BF82

Tints of Bay Leaf #73BF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 26.38%
G = 43.81%
B = 29.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#73BF82 (or 0x73BF82) is known color: Bay Leaf. HEX triplet: 73, BF and 82. RGB value is (115,191,130). Sum of RGB (Red+Green+Blue) = 115+191+130=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BF82 is #8C407D. Grayscale: #A1A1A1. Windows color (decimal): -9191550 or 8568691. OLE color: 8568691.

HSL color Cylindrical-coordinate representation of color #73BF82: hue angle of 131.84º 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 #73BF82 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 191 130 -
CMYK 0.40 0 0.32 0.25
HSL 131.84º 0.37% 0.6% -
HSV(B) 131.84º 0.4% 0.75% -
XYZ 29.73 42.52 27.76 -
YUV 161.32 110.32 94.96 -
System Red Green Blue C M Y K H S L
Decimal 115 191 130 0.40 0 0.32 0.25 131.84 0.37 0.6
Hex 73 BF 82 28 0 20 19 84 25 3C
Octal 163 277 202 50 0 40 31 204 45 74
Binary 1110011 10111111 10000010 101000 0 100000 11001 10000100 100101 111100

Color Harmonies of #73BF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BF82

Black with #73BF82

Text Example


Text Example

White with #73BF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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