Html Css Color HEX #73BE81 Bay Leaf

📋 copy color: '#73BE81'

red 115 ◦ green 190 ◦ blue 129

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

Shades of Bay Leaf #73BE81

Tints of Bay Leaf #73BE81

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.78%

 BLUE value IS 129 (50.78% from 255) = 29.72%

R = 26.5%
G = 43.78%
B = 29.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#73BE81 (or 0x73BE81) is known color: Bay Leaf. HEX triplet: 73, BE and 81. RGB value is (115,190,129). Sum of RGB (Red+Green+Blue) = 115+190+129=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BE81 is #8C417E. Grayscale: #A0A0A0. Windows color (decimal): -9191807 or 8502899. OLE color: 8502899.

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

Color convert

RGB 115 190 129 -
CMYK 0.39 0 0.32 0.25
HSL 131.2º 0.37% 0.6% -
HSV(B) 131.2º 0.39% 0.75% -
XYZ 29.45 42.06 27.33 -
YUV 160.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 115 190 129 0.39 0 0.32 0.25 131.2 0.37 0.6
Hex 73 BE 81 27 0 20 19 83 25 3C
Octal 163 276 201 47 0 40 31 203 45 74
Binary 1110011 10111110 10000001 100111 0 100000 11001 10000011 100101 111100

Color Harmonies of #73BE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BE81

Black with #73BE81

Text Example


Text Example

White with #73BE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,190,129); }

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

background-color css

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

 a { background-color: rgb(115,190,129); }

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

border-color css

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

 span { border-color: rgb(115,190,129); }

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