Html Css Color HEX #80BF09 Lima

📋 copy color: '#80BF09'

red 128 ◦ green 191 ◦ blue 9

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

Shades of Lima #80BF09

Tints of Lima #80BF09

RGB

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

 GREEN value IS 191 (75% from 255) = 58.23%

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

R = 39.02%
G = 58.23%
B = 2.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#80BF09 (or 0x80BF09) is known color: Lima. HEX triplet: 80, BF and 09. RGB value is (128,191,9). Sum of RGB (Red+Green+Blue) = 128+191+9=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BF09 is #7F40F6. Grayscale: #989898. Windows color (decimal): -8339703 or 638848. OLE color: 638848.

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

Color convert

RGB 128 191 9 -
CMYK 0.33 0 0.95 0.25
HSL 80.77º 0.91% 0.39% -
HSV(B) 80.77º 0.95% 0.75% -
XYZ 27.58 41.87 6.89 -
YUV 151.42 47.63 111.3 -
System Red Green Blue C M Y K H S L
Decimal 128 191 9 0.33 0 0.95 0.25 80.77 0.91 0.39
Hex 80 BF 9 21 0 5F 19 51 5B 27
Octal 200 277 11 41 0 137 31 121 133 47
Binary 10000000 10111111 1001 100001 0 1011111 11001 1010001 1011011 100111

Color Harmonies of #80BF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF09

Black with #80BF09

Text Example


Text Example

White with #80BF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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