Html Css Color HEX #82C326 Lima

📋 copy color: '#82C326'

red 130 ◦ green 195 ◦ blue 38

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

Shades of Lima #82C326

Tints of Lima #82C326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.72%

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 35.81%
G = 53.72%
B = 10.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#82C326 (or 0x82C326) is known color: Lima. HEX triplet: 82, C3 and 26. RGB value is (130,195,38). Sum of RGB (Red+Green+Blue) = 130+195+38=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #82C326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C326 is #7D3CD9. Grayscale: #9E9E9E. Windows color (decimal): -8207578 or 2540418. OLE color: 2540418.

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

Color convert

RGB 130 195 38 -
CMYK 0.33 0 0.81 0.24
HSL 84.84º 0.67% 0.46% -
HSV(B) 84.84º 0.81% 0.76% -
XYZ 29.07 43.92 8.78 -
YUV 157.67 60.47 108.27 -
System Red Green Blue C M Y K H S L
Decimal 130 195 38 0.33 0 0.81 0.24 84.84 0.67 0.46
Hex 82 C3 26 21 0 51 18 55 43 2E
Octal 202 303 46 41 0 121 30 125 103 56
Binary 10000010 11000011 100110 100001 0 1010001 11000 1010101 1000011 101110

Color Harmonies of #82C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C326

Black with #82C326

Text Example


Text Example

White with #82C326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,195,38); }

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

background-color css

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

 a { background-color: rgb(130,195,38); }

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

border-color css

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

 span { border-color: rgb(130,195,38); }

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