Html Css Color HEX #80BC3B Limerick

📋 copy color: '#80BC3B'

red 128 ◦ green 188 ◦ blue 59

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

Shades of Limerick #80BC3B

Tints of Limerick #80BC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.73%

R = 34.13%
G = 50.13%
B = 15.73%

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

#80BC3B (or 0x80BC3B) is known color: Limerick. HEX triplet: 80, BC and 3B. RGB value is (128,188,59). Sum of RGB (Red+Green+Blue) = 128+188+59=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC3B is #7F43C4. Grayscale: #9B9B9B. Windows color (decimal): -8340421 or 3914880. OLE color: 3914880.

HSL color Cylindrical-coordinate representation of color #80BC3B: hue angle of 87.91º degrees, saturation: 0.52, 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 #80BC3B is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 59 -
CMYK 0.32 0 0.69 0.26
HSL 87.91º 0.52% 0.48% -
HSV(B) 87.91º 0.69% 0.74% -
XYZ 27.67 40.87 10.57 -
YUV 155.35 73.62 108.49 -
System Red Green Blue C M Y K H S L
Decimal 128 188 59 0.32 0 0.69 0.26 87.91 0.52 0.48
Hex 80 BC 3B 20 0 45 1A 58 34 30
Octal 200 274 73 40 0 105 32 130 64 60
Binary 10000000 10111100 111011 100000 0 1000101 11010 1011000 110100 110000

Color Harmonies of #80BC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC3B

Black with #80BC3B

Text Example


Text Example

White with #80BC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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