Html Css Color HEX #80B901 Lima

📋 copy color: '#80B901'

red 128 ◦ green 185 ◦ blue 1

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

Shades of Lima #80B901

Tints of Lima #80B901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.92%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 40.76%
G = 58.92%
B = 0.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#80B901 (or 0x80B901) is known color: Lima. HEX triplet: 80, B9 and 01. RGB value is (128,185,1). Sum of RGB (Red+Green+Blue) = 128+185+1=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #80B901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B901 is #7F46FE. Grayscale: #939393. Windows color (decimal): -8341247 or 113024. OLE color: 113024.

HSL color Cylindrical-coordinate representation of color #80B901: hue angle of 78.59º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80B901 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 185 1 -
CMYK 0.31 0 0.99 0.27
HSL 78.59º 0.99% 0.36% -
HSV(B) 78.59º 0.99% 0.73% -
XYZ 26.26 39.29 6.23 -
YUV 146.98 45.62 114.46 -
System Red Green Blue C M Y K H S L
Decimal 128 185 1 0.31 0 0.99 0.27 78.59 0.99 0.36
Hex 80 B9 1 1F 0 63 1B 4F 63 24
Octal 200 271 1 37 0 143 33 117 143 44
Binary 10000000 10111001 1 11111 0 1100011 11011 1001111 1100011 100100

Color Harmonies of #80B901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B901

Black with #80B901

Text Example


Text Example

White with #80B901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,185,1); }

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

background-color css

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

 a { background-color: rgb(128,185,1); }

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

border-color css

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

 span { border-color: rgb(128,185,1); }

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