Html Css Color HEX #80BE26 Lima

📋 copy color: '#80BE26'

red 128 ◦ green 190 ◦ blue 38

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

Shades of Lima #80BE26

Tints of Lima #80BE26

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.37%

 BLUE value IS 38 (15.23% from 255) = 10.67%

R = 35.96%
G = 53.37%
B = 10.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#80BE26 (or 0x80BE26) is known color: Lima. HEX triplet: 80, BE and 26. RGB value is (128,190,38). Sum of RGB (Red+Green+Blue) = 128+190+38=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE26 is #7F41D9. Grayscale: #9A9A9A. Windows color (decimal): -8339930 or 2539136. OLE color: 2539136.

HSL color Cylindrical-coordinate representation of color #80BE26: hue angle of 84.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80BE26 is Cyan = 0.33, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 38 -
CMYK 0.33 0 0.8 0.25
HSL 84.47º 0.67% 0.45% -
HSV(B) 84.47º 0.8% 0.75% -
XYZ 27.67 41.56 8.4 -
YUV 154.13 62.46 109.36 -
System Red Green Blue C M Y K H S L
Decimal 128 190 38 0.33 0 0.8 0.25 84.47 0.67 0.45
Hex 80 BE 26 21 0 50 19 54 43 2D
Octal 200 276 46 41 0 120 31 124 103 55
Binary 10000000 10111110 100110 100001 0 1010000 11001 1010100 1000011 101101

Color Harmonies of #80BE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE26

Black with #80BE26

Text Example


Text Example

White with #80BE26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,38); }

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

background-color css

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

 a { background-color: rgb(128,190,38); }

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

border-color css

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

 span { border-color: rgb(128,190,38); }

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