Html Css Color HEX #80B73C Limerick

📋 copy color: '#80B73C'

red 128 ◦ green 183 ◦ blue 60

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

Shades of Limerick #80B73C

Tints of Limerick #80B73C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.33%

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 34.5%
G = 49.33%
B = 16.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#80B73C (or 0x80B73C) is known color: Limerick. HEX triplet: 80, B7 and 3C. RGB value is (128,183,60). Sum of RGB (Red+Green+Blue) = 128+183+60=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #80B73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B73C is #7F48C3. Grayscale: #989898. Windows color (decimal): -8341700 or 3979136. OLE color: 3979136.

HSL color Cylindrical-coordinate representation of color #80B73C: hue angle of 86.83º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80B73C is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 60 -
CMYK 0.30 0 0.67 0.28
HSL 86.83º 0.51% 0.48% -
HSV(B) 86.83º 0.67% 0.72% -
XYZ 26.65 38.78 10.36 -
YUV 152.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 128 183 60 0.30 0 0.67 0.28 86.83 0.51 0.48
Hex 80 B7 3C 1E 0 43 1C 57 33 30
Octal 200 267 74 36 0 103 34 127 63 60
Binary 10000000 10110111 111100 11110 0 1000011 11100 1010111 110011 110000

Color Harmonies of #80B73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B73C

Black with #80B73C

Text Example


Text Example

White with #80B73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,60); }

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

background-color css

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

 a { background-color: rgb(128,183,60); }

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

border-color css

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

 span { border-color: rgb(128,183,60); }

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