Html Css Color HEX #82C111 Lima

📋 copy color: '#82C111'

red 130 ◦ green 193 ◦ blue 17

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

Shades of Lima #82C111

Tints of Lima #82C111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.76%

 BLUE value IS 17 (7.03% from 255) = 5%

R = 38.24%
G = 56.76%
B = 5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#82C111 (or 0x82C111) is known color: Lima. HEX triplet: 82, C1 and 11. RGB value is (130,193,17). Sum of RGB (Red+Green+Blue) = 130+193+17=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #82C111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C111 is #7D3EEE. Grayscale: #9A9A9A. Windows color (decimal): -8208111 or 1163650. OLE color: 1163650.

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

Color convert

RGB 130 193 17 -
CMYK 0.33 0 0.91 0.24
HSL 81.48º 0.84% 0.41% -
HSV(B) 81.48º 0.91% 0.76% -
XYZ 28.38 42.93 7.32 -
YUV 154.1 50.63 110.81 -
System Red Green Blue C M Y K H S L
Decimal 130 193 17 0.33 0 0.91 0.24 81.48 0.84 0.41
Hex 82 C1 11 21 0 5B 18 51 54 29
Octal 202 301 21 41 0 133 30 121 124 51
Binary 10000010 11000001 10001 100001 0 1011011 11000 1010001 1010100 101001

Color Harmonies of #82C111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C111

Black with #82C111

Text Example


Text Example

White with #82C111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,17); }

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

background-color css

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

 a { background-color: rgb(130,193,17); }

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

border-color css

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

 span { border-color: rgb(130,193,17); }

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