Html Css Color HEX #80BC09 Lima

📋 copy color: '#80BC09'

red 128 ◦ green 188 ◦ blue 9

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

Shades of Lima #80BC09

Tints of Lima #80BC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.77%

R = 39.38%
G = 57.85%
B = 2.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#80BC09 (or 0x80BC09) is known color: Lima. HEX triplet: 80, BC and 09. RGB value is (128,188,9). Sum of RGB (Red+Green+Blue) = 128+188+9=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC09 is #7F43F6. Grayscale: #969696. Windows color (decimal): -8340471 or 638080. OLE color: 638080.

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

Color convert

RGB 128 188 9 -
CMYK 0.32 0 0.95 0.26
HSL 80.11º 0.91% 0.39% -
HSV(B) 80.11º 0.95% 0.74% -
XYZ 26.93 40.58 6.67 -
YUV 149.65 48.62 112.55 -
System Red Green Blue C M Y K H S L
Decimal 128 188 9 0.32 0 0.95 0.26 80.11 0.91 0.39
Hex 80 BC 9 20 0 5F 1A 50 5B 27
Octal 200 274 11 40 0 137 32 120 133 47
Binary 10000000 10111100 1001 100000 0 1011111 11010 1010000 1011011 100111

Color Harmonies of #80BC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC09

Black with #80BC09

Text Example


Text Example

White with #80BC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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