Html Css Color HEX #80BC3A Limerick

📋 copy color: '#80BC3A'

red 128 ◦ green 188 ◦ blue 58

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

Shades of Limerick #80BC3A

Tints of Limerick #80BC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.27%

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 34.22%
G = 50.27%
B = 15.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#80BC3A (or 0x80BC3A) is known color: Limerick. HEX triplet: 80, BC and 3A. RGB value is (128,188,58). Sum of RGB (Red+Green+Blue) = 128+188+58=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC3A is #7F43C5. Grayscale: #9B9B9B. Windows color (decimal): -8340422 or 3849344. OLE color: 3849344.

HSL color Cylindrical-coordinate representation of color #80BC3A: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80BC3A is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 58 -
CMYK 0.32 0 0.69 0.26
HSL 87.69º 0.53% 0.48% -
HSV(B) 87.69º 0.69% 0.74% -
XYZ 27.65 40.86 10.43 -
YUV 155.24 73.12 108.57 -
System Red Green Blue C M Y K H S L
Decimal 128 188 58 0.32 0 0.69 0.26 87.69 0.53 0.48
Hex 80 BC 3A 20 0 45 1A 58 35 30
Octal 200 274 72 40 0 105 32 130 65 60
Binary 10000000 10111100 111010 100000 0 1000101 11010 1011000 110101 110000

Color Harmonies of #80BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC3A

Black with #80BC3A

Text Example


Text Example

White with #80BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,58); }

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

background-color css

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

 a { background-color: rgb(128,188,58); }

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

border-color css

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

 span { border-color: rgb(128,188,58); }

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