Html Css Color HEX #80BC21 Lima

📋 copy color: '#80BC21'

red 128 ◦ green 188 ◦ blue 33

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

Shades of Lima #80BC21

Tints of Lima #80BC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.46%

R = 36.68%
G = 53.87%
B = 9.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#80BC21 (or 0x80BC21) is known color: Lima. HEX triplet: 80, BC and 21. RGB value is (128,188,33). Sum of RGB (Red+Green+Blue) = 128+188+33=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC21 is #7F43DE. Grayscale: #989898. Windows color (decimal): -8340447 or 2210944. OLE color: 2210944.

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

Color convert

RGB 128 188 33 -
CMYK 0.32 0 0.82 0.26
HSL 83.23º 0.7% 0.43% -
HSV(B) 83.23º 0.82% 0.74% -
XYZ 27.16 40.67 7.86 -
YUV 152.39 60.62 110.6 -
System Red Green Blue C M Y K H S L
Decimal 128 188 33 0.32 0 0.82 0.26 83.23 0.7 0.43
Hex 80 BC 21 20 0 52 1A 53 46 2B
Octal 200 274 41 40 0 122 32 123 106 53
Binary 10000000 10111100 100001 100000 0 1010010 11010 1010011 1000110 101011

Color Harmonies of #80BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC21

Black with #80BC21

Text Example


Text Example

White with #80BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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