Html Css Color HEX #82C623 Lima

📋 copy color: '#82C623'

red 130 ◦ green 198 ◦ blue 35

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

Shades of Lima #82C623

Tints of Lima #82C623

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.55%

 BLUE value IS 35 (14.06% from 255) = 9.64%

R = 35.81%
G = 54.55%
B = 9.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#82C623 (or 0x82C623) is known color: Lima. HEX triplet: 82, C6 and 23. RGB value is (130,198,35). Sum of RGB (Red+Green+Blue) = 130+198+35=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #82C623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C623 is #7D39DC. Grayscale: #9F9F9F. Windows color (decimal): -8206813 or 2344578. OLE color: 2344578.

HSL color Cylindrical-coordinate representation of color #82C623: hue angle of 85.03º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82C623 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 35 -
CMYK 0.34 0 0.82 0.22
HSL 85.03º 0.7% 0.46% -
HSV(B) 85.03º 0.82% 0.78% -
XYZ 29.7 45.26 8.76 -
YUV 159.09 57.97 107.25 -
System Red Green Blue C M Y K H S L
Decimal 130 198 35 0.34 0 0.82 0.22 85.03 0.7 0.46
Hex 82 C6 23 22 0 52 16 55 46 2E
Octal 202 306 43 42 0 122 26 125 106 56
Binary 10000010 11000110 100011 100010 0 1010010 10110 1010101 1000110 101110

Color Harmonies of #82C623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C623

Black with #82C623

Text Example


Text Example

White with #82C623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,198,35); }

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

background-color css

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

 a { background-color: rgb(130,198,35); }

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

border-color css

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

 span { border-color: rgb(130,198,35); }

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