Html Css Color HEX #82B705 Lima

📋 copy color: '#82B705'

red 130 ◦ green 183 ◦ blue 5

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

Shades of Lima #82B705

Tints of Lima #82B705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 40.88%
G = 57.55%
B = 1.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#82B705 (or 0x82B705) is known color: Lima. HEX triplet: 82, B7 and 05. RGB value is (130,183,5). Sum of RGB (Red+Green+Blue) = 130+183+5=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #82B705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B705 is #7D48FA. Grayscale: #939393. Windows color (decimal): -8210683 or 374658. OLE color: 374658.

HSL color Cylindrical-coordinate representation of color #82B705: hue angle of 77.87º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82B705 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 183 5 -
CMYK 0.29 0 0.97 0.28
HSL 77.87º 0.95% 0.37% -
HSV(B) 77.87º 0.97% 0.72% -
XYZ 26.17 38.62 6.22 -
YUV 146.86 47.94 115.97 -
System Red Green Blue C M Y K H S L
Decimal 130 183 5 0.29 0 0.97 0.28 77.87 0.95 0.37
Hex 82 B7 5 1D 0 61 1C 4E 5F 25
Octal 202 267 5 35 0 141 34 116 137 45
Binary 10000010 10110111 101 11101 0 1100001 11100 1001110 1011111 100101

Color Harmonies of #82B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B705

Black with #82B705

Text Example


Text Example

White with #82B705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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