Html Css Color HEX #84B40F Lima

📋 copy color: '#84B40F'

red 132 ◦ green 180 ◦ blue 15

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

Shades of Lima #84B40F

Tints of Lima #84B40F

RGB

 RED value IS 132 (51.95% from 255) = 40.37%

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

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 40.37%
G = 55.05%
B = 4.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#84B40F (or 0x84B40F) is known color: Lima. HEX triplet: 84, B4 and 0F. RGB value is (132,180,15). Sum of RGB (Red+Green+Blue) = 132+180+15=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #84B40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B40F is #7B4BF0. Grayscale: #939393. Windows color (decimal): -8080369 or 1029252. OLE color: 1029252.

HSL color Cylindrical-coordinate representation of color #84B40F: hue angle of 77.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84B40F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 180 15 -
CMYK 0.27 0 0.92 0.29
HSL 77.45º 0.85% 0.38% -
HSV(B) 77.45º 0.92% 0.71% -
XYZ 25.92 37.58 6.34 -
YUV 146.84 53.6 117.42 -
System Red Green Blue C M Y K H S L
Decimal 132 180 15 0.27 0 0.92 0.29 77.45 0.85 0.38
Hex 84 B4 F 1B 0 5C 1D 4D 55 26
Octal 204 264 17 33 0 134 35 115 125 46
Binary 10000100 10110100 1111 11011 0 1011100 11101 1001101 1010101 100110

Color Harmonies of #84B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B40F

Black with #84B40F

Text Example


Text Example

White with #84B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B40F; }

 p { color: rgb(132,180,15); }

 H1.HeaderClassName
 {
   color: #84B40F;
 }
 .AnyTagClassName
 {
   color: #84B40F;
 }
</style>

background-color css

<style>
 a { background-color: #84B40F; }

 a { background-color: rgb(132,180,15); }

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

border-color css

<style>
 span { border-color: #84B40F; }

 span { border-color: rgb(132,180,15); }

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