Html Css Color HEX #82B71D Lima

📋 copy color: '#82B71D'

red 130 ◦ green 183 ◦ blue 29

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

Shades of Lima #82B71D

Tints of Lima #82B71D

RGB

 RED value IS 130 (51.17% from 255) = 38.01%

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

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

R = 38.01%
G = 53.51%
B = 8.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#82B71D (or 0x82B71D) is known color: Lima. HEX triplet: 82, B7 and 1D. RGB value is (130,183,29). Sum of RGB (Red+Green+Blue) = 130+183+29=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #82B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B71D is #7D48E2. Grayscale: #969696. Windows color (decimal): -8210659 or 1947522. OLE color: 1947522.

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

Color convert

RGB 130 183 29 -
CMYK 0.29 0 0.84 0.28
HSL 80.65º 0.73% 0.42% -
HSV(B) 80.65º 0.84% 0.72% -
XYZ 26.36 38.7 7.24 -
YUV 149.6 59.94 114.02 -
System Red Green Blue C M Y K H S L
Decimal 130 183 29 0.29 0 0.84 0.28 80.65 0.73 0.42
Hex 82 B7 1D 1D 0 54 1C 51 49 2A
Octal 202 267 35 35 0 124 34 121 111 52
Binary 10000010 10110111 11101 11101 0 1010100 11100 1010001 1001001 101010

Color Harmonies of #82B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B71D

Black with #82B71D

Text Example


Text Example

White with #82B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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