Html Css Color HEX #80BC3D Limerick

📋 copy color: '#80BC3D'

red 128 ◦ green 188 ◦ blue 61

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

Shades of Limerick #80BC3D

Tints of Limerick #80BC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 33.95%
G = 49.87%
B = 16.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#80BC3D (or 0x80BC3D) is known color: Limerick. HEX triplet: 80, BC and 3D. RGB value is (128,188,61). Sum of RGB (Red+Green+Blue) = 128+188+61=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC3D is #7F43C2. Grayscale: #9C9C9C. Windows color (decimal): -8340419 or 4045952. OLE color: 4045952.

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

Color convert

RGB 128 188 61 -
CMYK 0.32 0 0.68 0.26
HSL 88.35º 0.51% 0.49% -
HSV(B) 88.35º 0.68% 0.74% -
XYZ 27.73 40.89 10.85 -
YUV 155.58 74.62 108.33 -
System Red Green Blue C M Y K H S L
Decimal 128 188 61 0.32 0 0.68 0.26 88.35 0.51 0.49
Hex 80 BC 3D 20 0 44 1A 58 33 31
Octal 200 274 75 40 0 104 32 130 63 61
Binary 10000000 10111100 111101 100000 0 1000100 11010 1011000 110011 110001

Color Harmonies of #80BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC3D

Black with #80BC3D

Text Example


Text Example

White with #80BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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