Html Css Color HEX #80B925 Lima

📋 copy color: '#80B925'

red 128 ◦ green 185 ◦ blue 37

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

Shades of Lima #80B925

Tints of Lima #80B925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.57%

R = 36.57%
G = 52.86%
B = 10.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#80B925 (or 0x80B925) is known color: Lima. HEX triplet: 80, B9 and 25. RGB value is (128,185,37). Sum of RGB (Red+Green+Blue) = 128+185+37=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #80B925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B925 is #7F46DA. Grayscale: #979797. Windows color (decimal): -8341211 or 2472320. OLE color: 2472320.

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

Color convert

RGB 128 185 37 -
CMYK 0.31 0 0.80 0.27
HSL 83.11º 0.67% 0.44% -
HSV(B) 83.11º 0.8% 0.73% -
XYZ 26.58 39.42 7.96 -
YUV 151.09 63.62 111.53 -
System Red Green Blue C M Y K H S L
Decimal 128 185 37 0.31 0 0.80 0.27 83.11 0.67 0.44
Hex 80 B9 25 1F 0 50 1B 53 43 2C
Octal 200 271 45 37 0 120 33 123 103 54
Binary 10000000 10111001 100101 11111 0 1010000 11011 1010011 1000011 101100

Color Harmonies of #80B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B925

Black with #80B925

Text Example


Text Example

White with #80B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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