Html Css Color HEX #80B934 Lima

📋 copy color: '#80B934'

red 128 ◦ green 185 ◦ blue 52

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

Shades of Lima #80B934

Tints of Lima #80B934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 35.07%
G = 50.68%
B = 14.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#80B934 (or 0x80B934) is known color: Lima. HEX triplet: 80, B9 and 34. RGB value is (128,185,52). Sum of RGB (Red+Green+Blue) = 128+185+52=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #80B934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B934 is #7F46CB. Grayscale: #999999. Windows color (decimal): -8341196 or 3455360. OLE color: 3455360.

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

Color convert

RGB 128 185 52 -
CMYK 0.31 0 0.72 0.27
HSL 85.71º 0.56% 0.46% -
HSV(B) 85.71º 0.72% 0.73% -
XYZ 26.87 39.54 9.46 -
YUV 152.8 71.12 110.31 -
System Red Green Blue C M Y K H S L
Decimal 128 185 52 0.31 0 0.72 0.27 85.71 0.56 0.46
Hex 80 B9 34 1F 0 48 1B 56 38 2E
Octal 200 271 64 37 0 110 33 126 70 56
Binary 10000000 10111001 110100 11111 0 1001000 11011 1010110 111000 101110

Color Harmonies of #80B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B934

Black with #80B934

Text Example


Text Example

White with #80B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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