Html Css Color HEX #80BD03 Lima

📋 copy color: '#80BD03'

red 128 ◦ green 189 ◦ blue 3

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

Shades of Lima #80BD03

Tints of Lima #80BD03

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.06%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 40%
G = 59.06%
B = 0.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#80BD03 (or 0x80BD03) is known color: Lima. HEX triplet: 80, BD and 03. RGB value is (128,189,3). Sum of RGB (Red+Green+Blue) = 128+189+3=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BD03 is #7F42FC. Grayscale: #969696. Windows color (decimal): -8340221 or 245120. OLE color: 245120.

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

Color convert

RGB 128 189 3 -
CMYK 0.32 0 0.98 0.26
HSL 79.68º 0.97% 0.38% -
HSV(B) 79.68º 0.98% 0.74% -
XYZ 27.12 40.99 6.57 -
YUV 149.56 45.29 112.62 -
System Red Green Blue C M Y K H S L
Decimal 128 189 3 0.32 0 0.98 0.26 79.68 0.97 0.38
Hex 80 BD 3 20 0 62 1A 50 61 26
Octal 200 275 3 40 0 142 32 120 141 46
Binary 10000000 10111101 11 100000 0 1100010 11010 1010000 1100001 100110

Color Harmonies of #80BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD03

Black with #80BD03

Text Example


Text Example

White with #80BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,3); }

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

background-color css

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

 a { background-color: rgb(128,189,3); }

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

border-color css

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

 span { border-color: rgb(128,189,3); }

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