Html Css Color HEX #80BC23 Lima

📋 copy color: '#80BC23'

red 128 ◦ green 188 ◦ blue 35

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

Shades of Lima #80BC23

Tints of Lima #80BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.97%

R = 36.47%
G = 53.56%
B = 9.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#80BC23 (or 0x80BC23) is known color: Lima. HEX triplet: 80, BC and 23. RGB value is (128,188,35). Sum of RGB (Red+Green+Blue) = 128+188+35=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC23 is #7F43DC. Grayscale: #999999. Windows color (decimal): -8340445 or 2342016. OLE color: 2342016.

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

Color convert

RGB 128 188 35 -
CMYK 0.32 0 0.81 0.26
HSL 83.53º 0.69% 0.44% -
HSV(B) 83.53º 0.81% 0.74% -
XYZ 27.19 40.68 8.01 -
YUV 152.62 61.62 110.44 -
System Red Green Blue C M Y K H S L
Decimal 128 188 35 0.32 0 0.81 0.26 83.53 0.69 0.44
Hex 80 BC 23 20 0 51 1A 54 45 2C
Octal 200 274 43 40 0 121 32 124 105 54
Binary 10000000 10111100 100011 100000 0 1010001 11010 1010100 1000101 101100

Color Harmonies of #80BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC23

Black with #80BC23

Text Example


Text Example

White with #80BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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