Html Css Color HEX #80B730 Lima

📋 copy color: '#80B730'

red 128 ◦ green 183 ◦ blue 48

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

Shades of Lima #80B730

Tints of Lima #80B730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.97%

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 35.65%
G = 50.97%
B = 13.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#80B730 (or 0x80B730) is known color: Lima. HEX triplet: 80, B7 and 30. RGB value is (128,183,48). Sum of RGB (Red+Green+Blue) = 128+183+48=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #80B730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B730 is #7F48CF. Grayscale: #979797. Windows color (decimal): -8341712 or 3192704. OLE color: 3192704.

HSL color Cylindrical-coordinate representation of color #80B730: hue angle of 84.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80B730 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 48 -
CMYK 0.30 0 0.74 0.28
HSL 84.44º 0.58% 0.45% -
HSV(B) 84.44º 0.74% 0.72% -
XYZ 26.37 38.67 8.87 -
YUV 151.17 69.78 111.48 -
System Red Green Blue C M Y K H S L
Decimal 128 183 48 0.30 0 0.74 0.28 84.44 0.58 0.45
Hex 80 B7 30 1E 0 4A 1C 54 3A 2D
Octal 200 267 60 36 0 112 34 124 72 55
Binary 10000000 10110111 110000 11110 0 1001010 11100 1010100 111010 101101

Color Harmonies of #80B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B730

Black with #80B730

Text Example


Text Example

White with #80B730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,48); }

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

background-color css

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

 a { background-color: rgb(128,183,48); }

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

border-color css

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

 span { border-color: rgb(128,183,48); }

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