Html Css Color HEX #80C390 Bay Leaf

📋 copy color: '#80C390'

red 128 ◦ green 195 ◦ blue 144

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

Shades of Bay Leaf #80C390

Tints of Bay Leaf #80C390

RGB

 RED value IS 128 (50.39% from 255) = 27.41%

 GREEN value IS 195 (76.56% from 255) = 41.76%

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 27.41%
G = 41.76%
B = 30.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#80C390 (or 0x80C390) is known color: Bay Leaf. HEX triplet: 80, C3 and 90. RGB value is (128,195,144). Sum of RGB (Red+Green+Blue) = 128+195+144=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #80C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C390 is #7F3C6F. Grayscale: #A9A9A9. Windows color (decimal): -8338544 or 9487232. OLE color: 9487232.

HSL color Cylindrical-coordinate representation of color #80C390: hue angle of 134.33º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C390 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 144 -
CMYK 0.34 0 0.26 0.24
HSL 134.33º 0.36% 0.63% -
HSV(B) 134.33º 0.34% 0.76% -
XYZ 33.45 45.63 33.43 -
YUV 169.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 128 195 144 0.34 0 0.26 0.24 134.33 0.36 0.63
Hex 80 C3 90 22 0 1A 18 86 24 3F
Octal 200 303 220 42 0 32 30 206 44 77
Binary 10000000 11000011 10010000 100010 0 11010 11000 10000110 100100 111111

Color Harmonies of #80C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C390

Black with #80C390

Text Example


Text Example

White with #80C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80C390; }

 p { color: rgb(128,195,144); }

 H1.HeaderClassName
 {
   color: #80C390;
 }
 .AnyTagClassName
 {
   color: #80C390;
 }
</style>

background-color css

<style>
 a { background-color: #80C390; }

 a { background-color: rgb(128,195,144); }

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

border-color css

<style>
 span { border-color: #80C390; }

 span { border-color: rgb(128,195,144); }

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