Html Css Color HEX #80C61B Lima

📋 copy color: '#80C61B'

red 128 ◦ green 198 ◦ blue 27

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

Shades of Lima #80C61B

Tints of Lima #80C61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.09%

 BLUE value IS 27 (10.94% from 255) = 7.65%

R = 36.26%
G = 56.09%
B = 7.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#80C61B (or 0x80C61B) is known color: Lima. HEX triplet: 80, C6 and 1B. RGB value is (128,198,27). Sum of RGB (Red+Green+Blue) = 128+198+27=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #80C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C61B is #7F39E4. Grayscale: #9E9E9E. Windows color (decimal): -8337893 or 1820288. OLE color: 1820288.

HSL color Cylindrical-coordinate representation of color #80C61B: hue angle of 84.56º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80C61B is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 198 27 -
CMYK 0.35 0 0.86 0.22
HSL 84.56º 0.76% 0.44% -
HSV(B) 84.56º 0.86% 0.78% -
XYZ 29.29 45.06 8.19 -
YUV 157.58 54.31 106.9 -
System Red Green Blue C M Y K H S L
Decimal 128 198 27 0.35 0 0.86 0.22 84.56 0.76 0.44
Hex 80 C6 1B 23 0 56 16 55 4C 2C
Octal 200 306 33 43 0 126 26 125 114 54
Binary 10000000 11000110 11011 100011 0 1010110 10110 1010101 1001100 101100

Color Harmonies of #80C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C61B

Black with #80C61B

Text Example


Text Example

White with #80C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,198,27); }

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

background-color css

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

 a { background-color: rgb(128,198,27); }

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

border-color css

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

 span { border-color: rgb(128,198,27); }

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