Html Css Color HEX #84B71D Lima

📋 copy color: '#84B71D'

red 132 ◦ green 183 ◦ blue 29

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

Shades of Lima #84B71D

Tints of Lima #84B71D

RGB

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

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

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

R = 38.37%
G = 53.2%
B = 8.43%

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

#84B71D (or 0x84B71D) is known color: Lima. HEX triplet: 84, B7 and 1D. RGB value is (132,183,29). Sum of RGB (Red+Green+Blue) = 132+183+29=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #84B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B71D is #7B48E2. Grayscale: #969696. Windows color (decimal): -8079587 or 1947524. OLE color: 1947524.

HSL color Cylindrical-coordinate representation of color #84B71D: hue angle of 79.87º 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 #84B71D is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 183 29 -
CMYK 0.28 0 0.84 0.28
HSL 79.87º 0.73% 0.42% -
HSV(B) 79.87º 0.84% 0.72% -
XYZ 26.67 38.86 7.26 -
YUV 150.2 59.6 115.02 -
System Red Green Blue C M Y K H S L
Decimal 132 183 29 0.28 0 0.84 0.28 79.87 0.73 0.42
Hex 84 B7 1D 1C 0 54 1C 50 49 2A
Octal 204 267 35 34 0 124 34 120 111 52
Binary 10000100 10110111 11101 11100 0 1010100 11100 1010000 1001001 101010

Color Harmonies of #84B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B71D

Black with #84B71D

Text Example


Text Example

White with #84B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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