Html Css Color HEX #84B81D Lima

📋 copy color: '#84B81D'

red 132 ◦ green 184 ◦ blue 29

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

Shades of Lima #84B81D

Tints of Lima #84B81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.33%

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 38.26%
G = 53.33%
B = 8.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#84B81D (or 0x84B81D) is known color: Lima. HEX triplet: 84, B8 and 1D. RGB value is (132,184,29). Sum of RGB (Red+Green+Blue) = 132+184+29=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #84B81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B81D is #7B47E2. Grayscale: #979797. Windows color (decimal): -8079331 or 1947780. OLE color: 1947780.

HSL color Cylindrical-coordinate representation of color #84B81D: hue angle of 80.13º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84B81D is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 184 29 -
CMYK 0.28 0 0.84 0.28
HSL 80.13º 0.73% 0.42% -
HSV(B) 80.13º 0.84% 0.72% -
XYZ 26.88 39.28 7.33 -
YUV 150.78 59.27 114.6 -
System Red Green Blue C M Y K H S L
Decimal 132 184 29 0.28 0 0.84 0.28 80.13 0.73 0.42
Hex 84 B8 1D 1C 0 54 1C 50 49 2A
Octal 204 270 35 34 0 124 34 120 111 52
Binary 10000100 10111000 11101 11100 0 1010100 11100 1010000 1001001 101010

Color Harmonies of #84B81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B81D

Black with #84B81D

Text Example


Text Example

White with #84B81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,184,29); }

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

background-color css

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

 a { background-color: rgb(132,184,29); }

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

border-color css

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

 span { border-color: rgb(132,184,29); }

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