Html Css Color HEX #82C12D Lima

📋 copy color: '#82C12D'

red 130 ◦ green 193 ◦ blue 45

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

Shades of Lima #82C12D

Tints of Lima #82C12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 35.33%
G = 52.45%
B = 12.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#82C12D (or 0x82C12D) is known color: Lima. HEX triplet: 82, C1 and 2D. RGB value is (130,193,45). Sum of RGB (Red+Green+Blue) = 130+193+45=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #82C12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C12D is #7D3ED2. Grayscale: #9D9D9D. Windows color (decimal): -8208083 or 2998658. OLE color: 2998658.

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

Color convert

RGB 130 193 45 -
CMYK 0.33 0 0.77 0.24
HSL 85.54º 0.62% 0.47% -
HSV(B) 85.54º 0.77% 0.76% -
XYZ 28.75 43.08 9.28 -
YUV 157.29 64.63 108.53 -
System Red Green Blue C M Y K H S L
Decimal 130 193 45 0.33 0 0.77 0.24 85.54 0.62 0.47
Hex 82 C1 2D 21 0 4D 18 56 3E 2F
Octal 202 301 55 41 0 115 30 126 76 57
Binary 10000010 11000001 101101 100001 0 1001101 11000 1010110 111110 101111

Color Harmonies of #82C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C12D

Black with #82C12D

Text Example


Text Example

White with #82C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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