Html Css Color HEX #73C081 Bay Leaf

📋 copy color: '#73C081'

red 115 ◦ green 192 ◦ blue 129

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

Shades of Bay Leaf #73C081

Tints of Bay Leaf #73C081

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

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

R = 26.38%
G = 44.04%
B = 29.59%

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

#73C081 (or 0x73C081) is known color: Bay Leaf. HEX triplet: 73, C0 and 81. RGB value is (115,192,129). Sum of RGB (Red+Green+Blue) = 115+192+129=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #73C081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C081 is #8C3F7E. Grayscale: #A1A1A1. Windows color (decimal): -9191295 or 8503411. OLE color: 8503411.

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

Color convert

RGB 115 192 129 -
CMYK 0.40 0 0.33 0.25
HSL 130.91º 0.38% 0.6% -
HSV(B) 130.91º 0.4% 0.75% -
XYZ 29.88 42.93 27.48 -
YUV 161.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 115 192 129 0.40 0 0.33 0.25 130.91 0.38 0.6
Hex 73 C0 81 28 0 21 19 83 26 3C
Octal 163 300 201 50 0 41 31 203 46 74
Binary 1110011 11000000 10000001 101000 0 100001 11001 10000011 100110 111100

Color Harmonies of #73C081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C081

Black with #73C081

Text Example


Text Example

White with #73C081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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