Html Css Color HEX #82C210 Lima

📋 copy color: '#82C210'

red 130 ◦ green 194 ◦ blue 16

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

Shades of Lima #82C210

Tints of Lima #82C210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.06%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 38.24%
G = 57.06%
B = 4.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#82C210 (or 0x82C210) is known color: Lima. HEX triplet: 82, C2 and 10. RGB value is (130,194,16). Sum of RGB (Red+Green+Blue) = 130+194+16=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #82C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C210 is #7D3DEF. Grayscale: #9B9B9B. Windows color (decimal): -8207856 or 1098370. OLE color: 1098370.

HSL color Cylindrical-coordinate representation of color #82C210: hue angle of 81.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82C210 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 194 16 -
CMYK 0.33 0 0.92 0.24
HSL 81.57º 0.85% 0.41% -
HSV(B) 81.57º 0.92% 0.76% -
XYZ 28.59 43.37 7.35 -
YUV 154.57 49.8 110.47 -
System Red Green Blue C M Y K H S L
Decimal 130 194 16 0.33 0 0.92 0.24 81.57 0.85 0.41
Hex 82 C2 10 21 0 5C 18 52 55 29
Octal 202 302 20 41 0 134 30 122 125 51
Binary 10000010 11000010 10000 100001 0 1011100 11000 1010010 1010101 101001

Color Harmonies of #82C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C210

Black with #82C210

Text Example


Text Example

White with #82C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,16); }

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

background-color css

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

 a { background-color: rgb(130,194,16); }

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

border-color css

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

 span { border-color: rgb(130,194,16); }

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