Html Css Color HEX #80B430 Lima

📋 copy color: '#80B430'

red 128 ◦ green 180 ◦ blue 48

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

Shades of Lima #80B430

Tints of Lima #80B430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

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

R = 35.96%
G = 50.56%
B = 13.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#80B430 (or 0x80B430) is known color: Lima. HEX triplet: 80, B4 and 30. RGB value is (128,180,48). Sum of RGB (Red+Green+Blue) = 128+180+48=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #80B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B430 is #7F4BCF. Grayscale: #959595. Windows color (decimal): -8342480 or 3191936. OLE color: 3191936.

HSL color Cylindrical-coordinate representation of color #80B430: hue angle of 83.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80B430 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 180 48 -
CMYK 0.29 0 0.73 0.29
HSL 83.64º 0.58% 0.45% -
HSV(B) 83.64º 0.73% 0.71% -
XYZ 25.76 37.45 8.67 -
YUV 149.4 70.77 112.73 -
System Red Green Blue C M Y K H S L
Decimal 128 180 48 0.29 0 0.73 0.29 83.64 0.58 0.45
Hex 80 B4 30 1D 0 49 1D 54 3A 2D
Octal 200 264 60 35 0 111 35 124 72 55
Binary 10000000 10110100 110000 11101 0 1001001 11101 1010100 111010 101101

Color Harmonies of #80B430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B430

Black with #80B430

Text Example


Text Example

White with #80B430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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